#CE54F5

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

Shades of Heliotrope #CE54F5

Tints of Heliotrope #CE54F5

Color information

#CE54F5 (or 0xCE54F5) is unknown color: approx Heliotrope. HEX triplet: CE, 54 and F5. RGB value is (206,84,245). Sum of RGB (Red+Green+Blue) = 206+84+245=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 245 (96.09% from 255 or 45.79% from 535); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE54F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54F5 is #31AB0A. Grayscale: #8A8A8A. Windows color (decimal): -3255051 or 16078030. OLE color: 16078030.

HSL color Cylindrical-coordinate representation of color #CE54F5: hue angle of 285.47º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE54F5 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20684245-
CMYK0.160.6600.04
HSL285.47º88.95%64.51%-
HSV(B)285.47º65.71%96.08%-
XYZ45.1126.0689.04-
YUV138.83187.92175.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 84 (33.20% from 255) = 15.70%
BLUE value IS 245 (96.09% from 255) = 45.79%
R=38.50%
G=15.70%
B=45.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal206842450.160.6600.04285.4788.9564.51
HexCE54F510420411d5941
Octal3161243652010204435131101
Binary11001110101010011110101100001000010010010001110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE54F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE54F5; }

 p { color: rgb(206,84,245); }

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

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

 a { background-color: rgb(206,84,245); }

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

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

 span { border-color: rgb(206,84,245); }

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