#C38DD4

Color #C38DD4 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C38DD4

Tints of Wisteria #C38DD4

Color information

#C38DD4 (or 0xC38DD4) is unknown color: approx Wisteria. HEX triplet: C3, 8D and D4. RGB value is (195,141,212). Sum of RGB (Red+Green+Blue) = 195+141+212=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #C38DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DD4 is #3C722B. Grayscale: #A5A5A5. Windows color (decimal): -3961388 or 13929923. OLE color: 13929923.

HSL color Cylindrical-coordinate representation of color #C38DD4: hue angle of 285.63º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38DD4 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB195141212-
CMYK0.080.3300.17
HSL285.63º45.22%69.22%-
HSV(B)285.63º33.49%83.14%-
XYZ43.9135.4166.81-
YUV165.24154.39149.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=35.58%
G=25.73%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1951412120.080.3300.17285.6345.2269.22
HexC38DD482101111e2d45
Octal303215324104102143655105
Binary11000011100011011101010010001000010100011000111101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DD4; }

 p { color: rgb(195,141,212); }

 H1.HeaderClassName
 {
   color: #C38DD4;
 }
 .AnyTagClassName
 {
   color: #C38DD4;
 }
</style>
background-color css

<style>
 a { background-color: #C38DD4; }

 a { background-color: rgb(195,141,212); }

 div.DivClassName
 {
   background-color: #C38DD4;
 }
 .BgClassName
 {
   background-color: #C38DD4;
 }
</style>
border-color css

<style>
 span { border-color: #C38DD4; }

 span { border-color: rgb(195,141,212); }

 td.TdClassName
 {
   border-color: #C38DD4;
 }
 .TagClassName
 {
   border-color: #C38DD4;
 }
</style>