#ce49ff

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

Shades of Heliotrope #CE49FF

Tints of Heliotrope #CE49FF

Color information

#CE49FF (or 0xCE49FF) is unknown color: approx Heliotrope. HEX triplet: CE, 49 and FF. RGB value is (206,73,255). Sum of RGB (Red+Green+Blue) = 206+73+255=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49FF is #31B600. Grayscale: #848484. Windows color (decimal): -3257857 or 16730574. OLE color: 16730574.

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

Color convert

RGB20673255-
CMYK0.190.7100
HSL283.85º100%64.31%-
HSV(B)283.85º71.37%100%-
XYZ45.8925.1197.04-
YUV133.51196.56179.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 73 (28.91% from 255) = 13.67%
BLUE value IS 255 (100% from 255) = 47.75%
R=38.58%
G=13.67%
B=47.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal206732550.190.7100283.8510064.31
HexCE49FF13470011c6440
Octal3161113772310700434144100
Binary110011101001001111111111001110001110010001110011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce49ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce49ff; }

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

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

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

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

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

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

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

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