#CB88FD

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

Shades of Heliotrope #CB88FD

Tints of Heliotrope #CB88FD

Color information

#CB88FD (or 0xCB88FD) is unknown color: approx Heliotrope. HEX triplet: CB, 88 and FD. RGB value is (203,136,253). Sum of RGB (Red+Green+Blue) = 203+136+253=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB88FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88FD is #347702. Grayscale: #A8A8A8. Windows color (decimal): -3438339 or 16615627. OLE color: 16615627.

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

Color convert

RGB203136253-
CMYK0.200.4600.01
HSL274.36º96.69%76.27%-
HSV(B)274.36º46.25%99.22%-
XYZ51.1637.497.45-
YUV169.37175.2151.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 136 (53.52% from 255) = 22.97%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=34.29%
G=22.97%
B=42.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031362530.200.4600.01274.3696.6976.27
HexCB88FD142E01112614c
Octal313210375245601422141114
Binary110010111000100011111101101001011100110001001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88FD; }

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

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

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

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

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

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

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

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