#CE60FB

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

Shades of Heliotrope #CE60FB

Tints of Heliotrope #CE60FB

Color information

#CE60FB (or 0xCE60FB) is unknown color: approx Heliotrope. HEX triplet: CE, 60 and FB. RGB value is (206,96,251). Sum of RGB (Red+Green+Blue) = 206+96+251=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60FB is #319F04. Grayscale: #929292. Windows color (decimal): -3251973 or 16474318. OLE color: 16474318.

HSL color Cylindrical-coordinate representation of color #CE60FB: hue angle of 282.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE60FB is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20696251-
CMYK0.180.6200.02
HSL282.58º95.09%68.04%-
HSV(B)282.58º61.75%98.43%-
XYZ47.0528.4594.28-
YUV146.56186.94170.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 96 (37.89% from 255) = 17.36%
BLUE value IS 251 (98.44% from 255) = 45.39%
R=37.25%
G=17.36%
B=45.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206962510.180.6200.02282.5895.0968.04
HexCE60FB123E0211b5f44
Octal316140373227602433137104
Binary110011101100000111110111001011111001010001101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE60FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE60FB; }

 p { color: rgb(206,96,251); }

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

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

 a { background-color: rgb(206,96,251); }

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

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

 span { border-color: rgb(206,96,251); }

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