#CE5DFF

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

Shades of Heliotrope #CE5DFF

Tints of Heliotrope #CE5DFF

Color information

#CE5DFF (or 0xCE5DFF) is unknown color: approx Heliotrope. HEX triplet: CE, 5D and FF. RGB value is (206,93,255). Sum of RGB (Red+Green+Blue) = 206+93+255=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5DFF is #31A200. Grayscale: #909090. Windows color (decimal): -3252737 or 16735694. OLE color: 16735694.

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

Color convert

RGB20693255-
CMYK0.190.6400
HSL281.85º100%68.24%-
HSV(B)281.85º63.53%100%-
XYZ47.4228.1797.55-
YUV145.26189.94171.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 93 (36.72% from 255) = 16.79%
BLUE value IS 255 (100% from 255) = 46.03%
R=37.18%
G=16.79%
B=46.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206932550.190.6400281.8510068.24
HexCE5DFF13400011a6444
Octal3161353772310000432144104
Binary110011101011101111111111001110000000010001101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5DFF; }

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

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

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

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

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

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

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

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