#C39DCF

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

Shades of Wisteria #C39DCF

Tints of Wisteria #C39DCF

Color information

#C39DCF (or 0xC39DCF) is unknown color: approx Wisteria. HEX triplet: C3, 9D and CF. RGB value is (195,157,207). Sum of RGB (Red+Green+Blue) = 195+157+207=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #C39DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39DCF is #3C6230. Grayscale: #ADADAD. Windows color (decimal): -3957297 or 13606339. OLE color: 13606339.

HSL color Cylindrical-coordinate representation of color #C39DCF: hue angle of 285.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C39DCF is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195157207-
CMYK0.060.2400.19
HSL285.6º34.25%71.37%-
HSV(B)285.6º24.15%81.18%-
XYZ45.8340.2264.38-
YUV174.06146.59142.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=34.88%
G=28.09%
B=37.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951572070.060.2400.19285.634.2571.37
HexC39DCF61801311e2247
Octal30323531763002343642107
Binary110000111001110111001111110110000100111000111101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39DCF; }

 p { color: rgb(195,157,207); }

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

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

 a { background-color: rgb(195,157,207); }

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

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

 span { border-color: rgb(195,157,207); }

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