#CE60FD

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

Shades of Heliotrope #CE60FD

Tints of Heliotrope #CE60FD

Color information

#CE60FD (or 0xCE60FD) is unknown color: approx Heliotrope. HEX triplet: CE, 60 and FD. RGB value is (206,96,253). Sum of RGB (Red+Green+Blue) = 206+96+253=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60FD is #319F02. Grayscale: #929292. Windows color (decimal): -3251971 or 16605390. OLE color: 16605390.

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

Color convert

RGB20696253-
CMYK0.190.6200.01
HSL282.04º97.52%68.43%-
HSV(B)282.04º62.06%99.22%-
XYZ47.3728.5895.95-
YUV146.79187.94170.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 96 (37.89% from 255) = 17.30%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=37.12%
G=17.30%
B=45.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206962530.190.6200.01282.0497.5268.43
HexCE60FD133E0111a6244
Octal316140375237601432142104
Binary11001110110000011111101100111111100110001101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE60FD; }

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

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

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

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

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

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

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

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