#CB80FE

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

Shades of Heliotrope #CB80FE

Tints of Heliotrope #CB80FE

Color information

#CB80FE (or 0xCB80FE) is unknown color: approx Heliotrope. HEX triplet: CB, 80 and FE. RGB value is (203,128,254). Sum of RGB (Red+Green+Blue) = 203+128+254=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB80FE is #347F01. Grayscale: #A4A4A4. Windows color (decimal): -3440386 or 16679115. OLE color: 16679115.

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

Color convert

RGB203128254-
CMYK0.200.5000.00
HSL275.71º98.44%74.9%-
HSV(B)275.71º49.61%99.61%-
XYZ50.2435.2997.93-
YUV164.79178.35155.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 128 (50.39% from 255) = 21.88%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=34.70%
G=21.88%
B=43.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031282540.200.5000.00275.7198.4474.9
HexCB80FE143200114624b
Octal313200376246200424142113
Binary110010111000000011111110101001100100010001010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB80FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB80FE; }

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

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

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

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

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

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

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

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