#CE57FA

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

Shades of Heliotrope #CE57FA

Tints of Heliotrope #CE57FA

Color information

#CE57FA (or 0xCE57FA) is unknown color: approx Heliotrope. HEX triplet: CE, 57 and FA. RGB value is (206,87,250). Sum of RGB (Red+Green+Blue) = 206+87+250=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 87 (34.38% from 255 or 16.02% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE57FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE57FA is #31A805. Grayscale: #8C8C8C. Windows color (decimal): -3254278 or 16406478. OLE color: 16406478.

HSL color Cylindrical-coordinate representation of color #CE57FA: hue angle of 283.8º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE57FA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20687250-
CMYK0.180.6500.02
HSL283.8º94.22%66.08%-
HSV(B)283.8º65.2%98.04%-
XYZ46.1226.8493.19-
YUV141.16189.42174.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 87 (34.38% from 255) = 16.02%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=37.94%
G=16.02%
B=46.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206872500.180.6500.02283.894.2266.08
HexCE57FA12410211c5e42
Octal3161273722210102434136102
Binary1100111010101111111101010010100000101010001110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE57FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE57FA; }

 p { color: rgb(206,87,250); }

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

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

 a { background-color: rgb(206,87,250); }

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

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

 span { border-color: rgb(206,87,250); }

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