#CE60F0

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

Shades of Heliotrope #CE60F0

Tints of Heliotrope #CE60F0

Color information

#CE60F0 (or 0xCE60F0) is unknown color: approx Heliotrope. HEX triplet: CE, 60 and F0. RGB value is (206,96,240). Sum of RGB (Red+Green+Blue) = 206+96+240=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60F0 is #319F0F. Grayscale: #909090. Windows color (decimal): -3251984 or 15753422. OLE color: 15753422.

HSL color Cylindrical-coordinate representation of color #CE60F0: hue angle of 285.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE60F0 is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20696240-
CMYK0.140.600.06
HSL285.83º82.76%65.88%-
HSV(B)285.83º60%94.12%-
XYZ45.3627.7885.41-
YUV145.31181.44171.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 96 (37.89% from 255) = 17.71%
BLUE value IS 240 (94.14% from 255) = 44.28%
R=38.01%
G=17.71%
B=44.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal206962400.140.600.06285.8382.7665.88
HexCE60F0E3C0611e5342
Octal316140360167406436123102
Binary110011101100000111100001110111100011010001111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE60F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE60F0; }

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

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

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

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

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

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

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

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