#CE5CFF

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

Shades of Heliotrope #CE5CFF

Tints of Heliotrope #CE5CFF

Color information

#CE5CFF (or 0xCE5CFF) is unknown color: approx Heliotrope. HEX triplet: CE, 5C and FF. RGB value is (206,92,255). Sum of RGB (Red+Green+Blue) = 206+92+255=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5CFF is #31A300. Grayscale: #909090. Windows color (decimal): -3252993 or 16735438. OLE color: 16735438.

HSL color Cylindrical-coordinate representation of color #CE5CFF: hue angle of 281.96º 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 #CE5CFF is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20692255-
CMYK0.190.6400
HSL281.96º100%68.04%-
HSV(B)281.96º63.92%100%-
XYZ47.332897.52-
YUV144.67190.27171.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 92 (36.33% from 255) = 16.64%
BLUE value IS 255 (100% from 255) = 46.11%
R=37.25%
G=16.64%
B=46.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206922550.190.6400281.9610068.04
HexCE5CFF13400011a6444
Octal3161343772310000432144104
Binary110011101011100111111111001110000000010001101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5CFF; }

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

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

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

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

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

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

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

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