#cb80ed

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

Shades of Heliotrope #CB80ED

Tints of Heliotrope #CB80ED

Color information

#CB80ED (or 0xCB80ED) is unknown color: approx Heliotrope. HEX triplet: CB, 80 and ED. RGB value is (203,128,237). Sum of RGB (Red+Green+Blue) = 203+128+237=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB80ED is #347F12. Grayscale: #A2A2A2. Windows color (decimal): -3440403 or 15565003. OLE color: 15565003.

HSL color Cylindrical-coordinate representation of color #CB80ED: hue angle of 281.28º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB80ED is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203128237-
CMYK0.140.4600.07
HSL281.28º75.17%71.57%-
HSV(B)281.28º45.99%92.94%-
XYZ47.6334.2584.22-
YUV162.85169.85156.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 128 (50.39% from 255) = 22.54%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=35.74%
G=22.54%
B=41.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031282370.140.4600.07281.2875.1771.57
HexCB80EDE2E071194b48
Octal313200355165607431113110
Binary1100101110000000111011011110101110011110001100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb80ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb80ed; }

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

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

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

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

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

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

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

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