#CB80EB

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

Shades of Heliotrope #CB80EB

Tints of Heliotrope #CB80EB

Color information

#CB80EB (or 0xCB80EB) is unknown color: approx Heliotrope. HEX triplet: CB, 80 and EB. RGB value is (203,128,235). Sum of RGB (Red+Green+Blue) = 203+128+235=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB80EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB80EB is #347F14. Grayscale: #A2A2A2. Windows color (decimal): -3440405 or 15433931. OLE color: 15433931.

HSL color Cylindrical-coordinate representation of color #CB80EB: hue angle of 282.06º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB80EB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203128235-
CMYK0.140.4600.08
HSL282.06º72.79%71.18%-
HSV(B)282.06º45.53%92.16%-
XYZ47.3434.1382.69-
YUV162.62168.85156.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=35.87%
G=22.61%
B=41.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031282350.140.4600.08282.0672.7971.18
HexCB80EBE2E0811a4947
Octal3132003531656010432111107
Binary11001011100000001110101111101011100100010001101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB80EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB80EB; }

 p { color: rgb(203,128,235); }

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

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

 a { background-color: rgb(203,128,235); }

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

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

 span { border-color: rgb(203,128,235); }

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