#CB76FE

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

Shades of Heliotrope #CB76FE

Tints of Heliotrope #CB76FE

Color information

#CB76FE (or 0xCB76FE) is unknown color: approx Heliotrope. HEX triplet: CB, 76 and FE. RGB value is (203,118,254). Sum of RGB (Red+Green+Blue) = 203+118+254=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76FE is #348901. Grayscale: #9E9E9E. Windows color (decimal): -3442946 or 16676555. OLE color: 16676555.

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

Color convert

RGB203118254-
CMYK0.200.5400.00
HSL277.5º98.55%72.94%-
HSV(B)277.5º53.54%99.61%-
XYZ4932.8197.52-
YUV158.92181.66159.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 118 (46.48% from 255) = 20.52%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=35.30%
G=20.52%
B=44.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031182540.200.5400.00277.598.5572.94
HexCB76FE1436001166349
Octal313166376246600426143111
Binary11001011111011011111110101001101100010001011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76FE; }

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

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

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

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

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

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

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

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