#CB88EA

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

Shades of Wisteria #CB88EA

Tints of Wisteria #CB88EA

Color information

#CB88EA (or 0xCB88EA) is unknown color: approx Wisteria. HEX triplet: CB, 88 and EA. RGB value is (203,136,234). Sum of RGB (Red+Green+Blue) = 203+136+234=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88EA is #347715. Grayscale: #A6A6A6. Windows color (decimal): -3438358 or 15370443. OLE color: 15370443.

HSL color Cylindrical-coordinate representation of color #CB88EA: hue angle of 281.02º 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 #CB88EA is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203136234-
CMYK0.130.4200.08
HSL281.02º70%72.55%-
HSV(B)281.02º41.88%91.76%-
XYZ48.2836.2582.29-
YUV167.2165.7153.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 136 (53.52% from 255) = 23.73%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=35.43%
G=23.73%
B=40.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031362340.130.4200.08281.027072.55
HexCB88EAD2A081194649
Octal3132103521552010431106111
Binary11001011100010001110101011011010100100010001100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88EA; }

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

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

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

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

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

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

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

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