#CB88DA

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

Shades of Wisteria #CB88DA

Tints of Wisteria #CB88DA

Color information

#CB88DA (or 0xCB88DA) is unknown color: approx Wisteria. HEX triplet: CB, 88 and DA. RGB value is (203,136,218). Sum of RGB (Red+Green+Blue) = 203+136+218=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB88DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88DA is #347725. Grayscale: #A5A5A5. Windows color (decimal): -3438374 or 14321867. OLE color: 14321867.

HSL color Cylindrical-coordinate representation of color #CB88DA: hue angle of 289.02º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB88DA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203136218-
CMYK0.070.3800.15
HSL289.02º52.56%69.41%-
HSV(B)289.02º37.61%85.49%-
XYZ46.0935.3770.73-
YUV165.38157.7154.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=36.45%
G=24.42%
B=39.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031362180.070.3800.15289.0252.5669.41
HexCB88DA7260F1213545
Octal31321033274601744165105
Binary110010111000100011011010111100110011111001000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88DA; }

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

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

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

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

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

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

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

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