#CB88DB

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

Shades of Wisteria #CB88DB

Tints of Wisteria #CB88DB

Color information

#CB88DB (or 0xCB88DB) is unknown color: approx Wisteria. HEX triplet: CB, 88 and DB. RGB value is (203,136,219). Sum of RGB (Red+Green+Blue) = 203+136+219=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88DB is #347724. Grayscale: #A5A5A5. Windows color (decimal): -3438373 or 14387403. OLE color: 14387403.

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

Color convert

RGB203136219-
CMYK0.070.3800.14
HSL288.43º53.55%69.61%-
HSV(B)288.43º37.9%85.88%-
XYZ46.2235.4271.42-
YUV165.5158.2154.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 136 (53.52% from 255) = 24.37%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=36.38%
G=24.37%
B=39.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031362190.070.3800.14288.4353.5569.61
HexCB88DB7260E1203646
Octal31321033374601644066106
Binary110010111000100011011011111100110011101001000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88DB; }

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

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

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

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

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

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

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

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