#CE5EFF

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

Shades of Heliotrope #CE5EFF

Tints of Heliotrope #CE5EFF

Color information

#CE5EFF (or 0xCE5EFF) is unknown color: approx Heliotrope. HEX triplet: CE, 5E and FF. RGB value is (206,94,255). Sum of RGB (Red+Green+Blue) = 206+94+255=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5EFF is #31A100. Grayscale: #919191. Windows color (decimal): -3252481 or 16735950. OLE color: 16735950.

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

Color convert

RGB20694255-
CMYK0.190.6300
HSL281.74º100%68.43%-
HSV(B)281.74º63.14%100%-
XYZ47.5128.3597.58-
YUV145.84189.61170.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 94 (37.11% from 255) = 16.94%
BLUE value IS 255 (100% from 255) = 45.95%
R=37.12%
G=16.94%
B=45.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206942550.190.6300281.7410068.43
HexCE5EFF133F0011a6444
Octal316136377237700432144104
Binary11001110101111011111111100111111110010001101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5EFF; }

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

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

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

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

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

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

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

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