#C39FCD

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

Shades of Wisteria #C39FCD

Tints of Wisteria #C39FCD

Color information

#C39FCD (or 0xC39FCD) is unknown color: approx Wisteria. HEX triplet: C3, 9F and CD. RGB value is (195,159,205). Sum of RGB (Red+Green+Blue) = 195+159+205=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #C39FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39FCD is #3C6032. Grayscale: #AEAEAE. Windows color (decimal): -3956787 or 13475779. OLE color: 13475779.

HSL color Cylindrical-coordinate representation of color #C39FCD: hue angle of 286.96º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C39FCD is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195159205-
CMYK0.050.2200.20
HSL286.96º31.51%71.37%-
HSV(B)286.96º22.44%80.39%-
XYZ45.9240.8163.21-
YUV175.01144.93142.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=34.88%
G=28.44%
B=36.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951592050.050.2200.20286.9631.5171.37
HexC39FCD51601411f2047
Octal30323731552602443740107
Binary110000111001111111001101101101100101001000111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39FCD; }

 p { color: rgb(195,159,205); }

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

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

 a { background-color: rgb(195,159,205); }

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

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

 span { border-color: rgb(195,159,205); }

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