#CE56FF

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

Shades of Heliotrope #CE56FF

Tints of Heliotrope #CE56FF

Color information

#CE56FF (or 0xCE56FF) is unknown color: approx Heliotrope. HEX triplet: CE, 56 and FF. RGB value is (206,86,255). Sum of RGB (Red+Green+Blue) = 206+86+255=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 86 (33.98% from 255 or 15.72% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56FF is #31A900. Grayscale: #8C8C8C. Windows color (decimal): -3254529 or 16733902. OLE color: 16733902.

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

Color convert

RGB20686255-
CMYK0.190.6600
HSL282.6º100%66.86%-
HSV(B)282.6º66.27%100%-
XYZ46.832797.35-
YUV141.15192.26174.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 86 (33.98% from 255) = 15.72%
BLUE value IS 255 (100% from 255) = 46.62%
R=37.66%
G=15.72%
B=46.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206862550.190.6600282.610066.86
HexCE56FF13420011b6443
Octal3161263772310200433144103
Binary110011101010110111111111001110000100010001101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE56FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE56FF; }

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

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

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

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

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

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

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

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