#CB88DD

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

Shades of Wisteria #CB88DD

Tints of Wisteria #CB88DD

Color information

#CB88DD (or 0xCB88DD) is unknown color: approx Wisteria. HEX triplet: CB, 88 and DD. RGB value is (203,136,221). Sum of RGB (Red+Green+Blue) = 203+136+221=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88DD is #347722. Grayscale: #A5A5A5. Windows color (decimal): -3438371 or 14518475. OLE color: 14518475.

HSL color Cylindrical-coordinate representation of color #CB88DD: hue angle of 287.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB88DD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203136221-
CMYK0.080.3800.13
HSL287.29º55.56%70%-
HSV(B)287.29º38.46%86.67%-
XYZ46.4835.5372.81-
YUV165.72159.2154.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 136 (53.52% from 255) = 24.29%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=36.25%
G=24.29%
B=39.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031362210.080.3800.13287.2955.5670
HexCB88DD8260D11f3846
Octal313210335104601543770106
Binary1100101110001000110111011000100110011011000111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88DD; }

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

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

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

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

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

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

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

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