#CD88EA

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

Shades of Wisteria #CD88EA

Tints of Wisteria #CD88EA

Color information

#CD88EA (or 0xCD88EA) is unknown color: approx Wisteria. HEX triplet: CD, 88 and EA. RGB value is (205,136,234). Sum of RGB (Red+Green+Blue) = 205+136+234=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD88EA is #327715. Grayscale: #A7A7A7. Windows color (decimal): -3307286 or 15370445. OLE color: 15370445.

HSL color Cylindrical-coordinate representation of color #CD88EA: hue angle of 282.24º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD88EA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205136234-
CMYK0.120.4200.08
HSL282.24º70%72.55%-
HSV(B)282.24º41.88%91.76%-
XYZ48.8336.5382.32-
YUV167.8165.36154.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 136 (53.52% from 255) = 23.65%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=35.65%
G=23.65%
B=40.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051362340.120.4200.08282.247072.55
HexCD88EAC2A0811a4649
Octal3152103521452010432106111
Binary11001101100010001110101011001010100100010001101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88EA; }

 p { color: rgb(205,136,234); }

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

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

 a { background-color: rgb(205,136,234); }

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

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

 span { border-color: rgb(205,136,234); }

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