#CB76EE

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

Shades of Heliotrope #CB76EE

Tints of Heliotrope #CB76EE

Color information

#CB76EE (or 0xCB76EE) is unknown color: approx Heliotrope. HEX triplet: CB, 76 and EE. RGB value is (203,118,238). Sum of RGB (Red+Green+Blue) = 203+118+238=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76EE is #348911. Grayscale: #9C9C9C. Windows color (decimal): -3442962 or 15627979. OLE color: 15627979.

HSL color Cylindrical-coordinate representation of color #CB76EE: hue angle of 282.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB76EE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203118238-
CMYK0.150.5000.07
HSL282.5º77.92%69.8%-
HSV(B)282.5º50.42%93.33%-
XYZ46.5431.8384.58-
YUV157.1173.66160.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 118 (46.48% from 255) = 21.11%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=36.31%
G=21.11%
B=42.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031182380.150.5000.07282.577.9269.8
HexCB76EEF320711a4e46
Octal313166356176207432116106
Binary110010111110110111011101111110010011110001101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76EE; }

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

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

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

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

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

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

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

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