#CD9EEE

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

Shades of Wisteria #CD9EEE

Tints of Wisteria #CD9EEE

Color information

#CD9EEE (or 0xCD9EEE) is unknown color: approx Wisteria. HEX triplet: CD, 9E and EE. RGB value is (205,158,238). Sum of RGB (Red+Green+Blue) = 205+158+238=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9EEE is #326111. Grayscale: #B4B4B4. Windows color (decimal): -3301650 or 15638221. OLE color: 15638221.

HSL color Cylindrical-coordinate representation of color #CD9EEE: hue angle of 275.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD9EEE is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205158238-
CMYK0.140.3400.07
HSL275.25º70.18%77.65%-
HSV(B)275.25º33.61%93.33%-
XYZ52.8443.6186.52-
YUV181.17160.07145-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 158 (62.11% from 255) = 26.29%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=34.11%
G=26.29%
B=39.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051582380.140.3400.07275.2570.1877.65
HexCD9EEEE2207113464e
Octal315236356164207423106116
Binary1100110110011110111011101110100010011110001001110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EEE; }

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

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

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

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

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

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

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

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