#CB88FE

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

Shades of Heliotrope #CB88FE

Tints of Heliotrope #CB88FE

Color information

#CB88FE (or 0xCB88FE) is unknown color: approx Heliotrope. HEX triplet: CB, 88 and FE. RGB value is (203,136,254). Sum of RGB (Red+Green+Blue) = 203+136+254=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88FE is #347701. Grayscale: #A9A9A9. Windows color (decimal): -3438338 or 16681163. OLE color: 16681163.

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

Color convert

RGB203136254-
CMYK0.200.4600.00
HSL274.07º98.33%76.47%-
HSV(B)274.07º46.46%99.61%-
XYZ51.3237.4698.29-
YUV169.48175.7151.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=34.23%
G=22.93%
B=42.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031362540.200.4600.00274.0798.3376.47
HexCB88FE142E00112624c
Octal313210376245600422142114
Binary110010111000100011111110101001011100010001001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88FE; }

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

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

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

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

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

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

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

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