#CD9DE8

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

Shades of Wisteria #CD9DE8

Tints of Wisteria #CD9DE8

Color information

#CD9DE8 (or 0xCD9DE8) is unknown color: approx Wisteria. HEX triplet: CD, 9D and E8. RGB value is (205,157,232). Sum of RGB (Red+Green+Blue) = 205+157+232=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD9DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DE8 is #326217. Grayscale: #B3B3B3. Windows color (decimal): -3301912 or 15244749. OLE color: 15244749.

HSL color Cylindrical-coordinate representation of color #CD9DE8: hue angle of 278.4º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD9DE8 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205157232-
CMYK0.120.3200.09
HSL278.4º61.98%76.27%-
HSV(B)278.4º32.33%90.98%-
XYZ51.842.9281.9-
YUV179.9157.4145.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 157 (61.72% from 255) = 26.43%
BLUE value IS 232 (91.02% from 255) = 39.06%
R=34.51%
G=26.43%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051572320.120.3200.09278.461.9876.27
HexCD9DE8C20091163e4c
Octal315235350144001142676114
Binary1100110110011101111010001100100000010011000101101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DE8; }

 p { color: rgb(205,157,232); }

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

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

 a { background-color: rgb(205,157,232); }

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

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

 span { border-color: rgb(205,157,232); }

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