#ce60f2

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

Shades of Heliotrope #CE60F2

Tints of Heliotrope #CE60F2

Color information

#CE60F2 (or 0xCE60F2) is unknown color: approx Heliotrope. HEX triplet: CE, 60 and F2. RGB value is (206,96,242). Sum of RGB (Red+Green+Blue) = 206+96+242=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE60F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60F2 is #319F0D. Grayscale: #919191. Windows color (decimal): -3251982 or 15884494. OLE color: 15884494.

HSL color Cylindrical-coordinate representation of color #CE60F2: hue angle of 285.21º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE60F2 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20696242-
CMYK0.150.6000.05
HSL285.21º84.88%66.27%-
HSV(B)285.21º60.33%94.9%-
XYZ45.6627.986.98-
YUV145.53182.44171.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 96 (37.89% from 255) = 17.65%
BLUE value IS 242 (94.92% from 255) = 44.49%
R=37.87%
G=17.65%
B=44.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206962420.150.6000.05285.2184.8866.27
HexCE60F2F3C0511d5542
Octal316140362177405435125102
Binary110011101100000111100101111111100010110001110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce60f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce60f2; }

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

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

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

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

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

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

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

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