#CE61EF

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

Shades of Heliotrope #CE61EF

Tints of Heliotrope #CE61EF

Color information

#CE61EF (or 0xCE61EF) is unknown color: approx Heliotrope. HEX triplet: CE, 61 and EF. RGB value is (206,97,239). Sum of RGB (Red+Green+Blue) = 206+97+239=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE61EF is #319E10. Grayscale: #919191. Windows color (decimal): -3251729 or 15688142. OLE color: 15688142.

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

Color convert

RGB20697239-
CMYK0.140.5900.06
HSL286.06º81.61%65.88%-
HSV(B)286.06º59.41%93.73%-
XYZ45.3127.984.66-
YUV145.78180.61170.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 97 (38.28% from 255) = 17.90%
BLUE value IS 239 (93.75% from 255) = 44.10%
R=38.01%
G=17.90%
B=44.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal206972390.140.5900.06286.0681.6165.88
HexCE61EFE3B0611e5242
Octal316141357167306436122102
Binary110011101100001111011111110111011011010001111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE61EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE61EF; }

 p { color: rgb(206,97,239); }

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

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

 a { background-color: rgb(206,97,239); }

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

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

 span { border-color: rgb(206,97,239); }

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