#CD9FDF

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

Shades of Wisteria #CD9FDF

Tints of Wisteria #CD9FDF

Color information

#CD9FDF (or 0xCD9FDF) is unknown color: approx Wisteria. HEX triplet: CD, 9F and DF. RGB value is (205,159,223). Sum of RGB (Red+Green+Blue) = 205+159+223=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FDF is #326020. Grayscale: #B3B3B3. Windows color (decimal): -3301409 or 14655437. OLE color: 14655437.

HSL color Cylindrical-coordinate representation of color #CD9FDF: hue angle of 283.12º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD9FDF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205159223-
CMYK0.080.2900.13
HSL283.12º50%74.9%-
HSV(B)283.12º28.7%87.45%-
XYZ50.8943.175.45-
YUV180.05152.24145.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=34.92%
G=27.09%
B=37.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051592230.080.2900.13283.125074.9
HexCD9FDF81D0D11b324b
Octal315237337103501543362113
Binary110011011001111111011111100011101011011000110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FDF; }

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

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

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

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

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

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

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

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