#CE5EF7

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

Shades of Heliotrope #CE5EF7

Tints of Heliotrope #CE5EF7

Color information

#CE5EF7 (or 0xCE5EF7) is unknown color: approx Heliotrope. HEX triplet: CE, 5E and F7. RGB value is (206,94,247). Sum of RGB (Red+Green+Blue) = 206+94+247=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE5EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5EF7 is #31A108. Grayscale: #909090. Windows color (decimal): -3252489 or 16211662. OLE color: 16211662.

HSL color Cylindrical-coordinate representation of color #CE5EF7: hue angle of 283.92º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5EF7 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20694247-
CMYK0.170.6200.03
HSL283.92º90.53%66.86%-
HSV(B)283.92º61.94%96.86%-
XYZ46.2427.8490.93-
YUV144.93185.61171.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 94 (37.11% from 255) = 17.18%
BLUE value IS 247 (96.88% from 255) = 45.16%
R=37.66%
G=17.18%
B=45.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal206942470.170.6200.03283.9290.5366.86
HexCE5EF7113E0311c5b43
Octal316136367217603434133103
Binary110011101011110111101111000111111001110001110010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5EF7; }

 p { color: rgb(206,94,247); }

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

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

 a { background-color: rgb(206,94,247); }

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

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

 span { border-color: rgb(206,94,247); }

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