#CD9EDF

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

Shades of Wisteria #CD9EDF

Tints of Wisteria #CD9EDF

Color information

#CD9EDF (or 0xCD9EDF) is unknown color: approx Wisteria. HEX triplet: CD, 9E and DF. RGB value is (205,158,223). Sum of RGB (Red+Green+Blue) = 205+158+223=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EDF is #326120. Grayscale: #B3B3B3. Windows color (decimal): -3301665 or 14655181. OLE color: 14655181.

HSL color Cylindrical-coordinate representation of color #CD9EDF: hue angle of 283.38º 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 #CD9EDF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205158223-
CMYK0.080.2900.13
HSL283.38º50.39%74.71%-
HSV(B)283.38º29.15%87.45%-
XYZ50.7242.7675.39-
YUV179.46152.57146.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=34.98%
G=26.96%
B=38.05%

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
Decimal2051582230.080.2900.13283.3850.3974.71
HexCD9EDF81D0D11b324b
Octal315236337103501543362113
Binary110011011001111011011111100011101011011000110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EDF; }

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

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

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

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

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

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

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

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