#cd9ee6

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

Shades of Wisteria #CD9EE6

Tints of Wisteria #CD9EE6

Color information

#CD9EE6 (or 0xCD9EE6) is unknown color: approx Wisteria. HEX triplet: CD, 9E and E6. RGB value is (205,158,230). Sum of RGB (Red+Green+Blue) = 205+158+230=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD9EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9EE6 is #326119. Grayscale: #B4B4B4. Windows color (decimal): -3301658 or 15113933. OLE color: 15113933.

HSL color Cylindrical-coordinate representation of color #CD9EE6: hue angle of 279.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD9EE6 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205158230-
CMYK0.110.3100.10
HSL279.17º59.02%76.08%-
HSV(B)279.17º31.3%90.2%-
XYZ51.6943.1580.47-
YUV180.26156.07145.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 158 (62.11% from 255) = 26.64%
BLUE value IS 230 (90.23% from 255) = 38.79%
R=34.57%
G=26.64%
B=38.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051582300.110.3100.10279.1759.0276.08
HexCD9EE6B1F0A1173b4c
Octal315236346133701242773114
Binary110011011001111011100110101111111010101000101111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9ee6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9ee6; }

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

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

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

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

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

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

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

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