#CD88E8

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

Shades of Wisteria #CD88E8

Tints of Wisteria #CD88E8

Color information

#CD88E8 (or 0xCD88E8) is unknown color: approx Wisteria. HEX triplet: CD, 88 and E8. RGB value is (205,136,232). Sum of RGB (Red+Green+Blue) = 205+136+232=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD88E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD88E8 is #327717. Grayscale: #A7A7A7. Windows color (decimal): -3307288 or 15239373. OLE color: 15239373.

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

Color convert

RGB205136232-
CMYK0.120.4100.09
HSL283.12º67.61%72.16%-
HSV(B)283.12º41.38%90.98%-
XYZ48.5536.4180.81-
YUV167.58164.36154.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 136 (53.52% from 255) = 23.73%
BLUE value IS 232 (91.02% from 255) = 40.49%
R=35.78%
G=23.73%
B=40.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051362320.120.4100.09283.1267.6172.16
HexCD88E8C290911b4448
Octal3152103501451011433104110
Binary11001101100010001110100011001010010100110001101110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88E8; }

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

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

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

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

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

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

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

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