#CB88FF

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

Shades of Heliotrope #CB88FF

Tints of Heliotrope #CB88FF

Color information

#CB88FF (or 0xCB88FF) is unknown color: approx Heliotrope. HEX triplet: CB, 88 and FF. RGB value is (203,136,255). Sum of RGB (Red+Green+Blue) = 203+136+255=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88FF is #347700. Grayscale: #A9A9A9. Windows color (decimal): -3438337 or 16746699. OLE color: 16746699.

HSL color Cylindrical-coordinate representation of color #CB88FF: hue angle of 273.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB88FF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203136255-
CMYK0.200.4700
HSL273.78º100%76.67%-
HSV(B)273.78º46.67%100%-
XYZ51.4837.5299.14-
YUV169.6176.2151.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 136 (53.52% from 255) = 22.90%
BLUE value IS 255 (100% from 255) = 42.93%
R=34.18%
G=22.90%
B=42.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031362550.200.4700273.7810076.67
HexCB88FF142F00112644d
Octal313210377245700422144115
Binary110010111000100011111111101001011110010001001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88FF; }

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

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

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

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

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

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

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

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