#CB88E7

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

Shades of Wisteria #CB88E7

Tints of Wisteria #CB88E7

Color information

#CB88E7 (or 0xCB88E7) is unknown color: approx Wisteria. HEX triplet: CB, 88 and E7. RGB value is (203,136,231). Sum of RGB (Red+Green+Blue) = 203+136+231=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB88E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88E7 is #347718. Grayscale: #A6A6A6. Windows color (decimal): -3438361 or 15173835. OLE color: 15173835.

HSL color Cylindrical-coordinate representation of color #CB88E7: hue angle of 282.32º degrees, saturation: 0.66, 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 #CB88E7 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203136231-
CMYK0.120.4100.09
HSL282.32º66.43%71.96%-
HSV(B)282.32º41.13%90.59%-
XYZ47.8636.0780.04-
YUV166.86164.2153.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 136 (53.52% from 255) = 23.86%
BLUE value IS 231 (90.62% from 255) = 40.53%
R=35.61%
G=23.86%
B=40.53%

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
Decimal2031362310.120.4100.09282.3266.4371.96
HexCB88E7C290911a4248
Octal3132103471451011432102110
Binary11001011100010001110011111001010010100110001101010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88E7; }

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

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

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

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

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

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

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

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