#CE55FE

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

Shades of Heliotrope #CE55FE

Tints of Heliotrope #CE55FE

Color information

#CE55FE (or 0xCE55FE) is unknown color: approx Heliotrope. HEX triplet: CE, 55 and FE. RGB value is (206,85,254). Sum of RGB (Red+Green+Blue) = 206+85+254=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55FE is #31AA01. Grayscale: #8B8B8B. Windows color (decimal): -3254786 or 16668110. OLE color: 16668110.

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

Color convert

RGB20685254-
CMYK0.190.6700.00
HSL282.96º98.83%66.47%-
HSV(B)282.96º66.54%99.61%-
XYZ46.5926.7796.48-
YUV140.44192.09174.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 85 (33.59% from 255) = 15.60%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=37.80%
G=15.60%
B=46.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal206852540.190.6700.00282.9698.8366.47
HexCE55FE13430011b6342
Octal3161253762310300433143102
Binary110011101010101111111101001110000110010001101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE55FE; }

 p { color: rgb(206,85,254); }

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

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

 a { background-color: rgb(206,85,254); }

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

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

 span { border-color: rgb(206,85,254); }

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