#CE62FA

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

Shades of Heliotrope #CE62FA

Tints of Heliotrope #CE62FA

Color information

#CE62FA (or 0xCE62FA) is unknown color: approx Heliotrope. HEX triplet: CE, 62 and FA. RGB value is (206,98,250). Sum of RGB (Red+Green+Blue) = 206+98+250=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE62FA is #319D05. Grayscale: #939393. Windows color (decimal): -3251462 or 16409294. OLE color: 16409294.

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

Color convert

RGB20698250-
CMYK0.180.6100.02
HSL282.63º93.83%68.24%-
HSV(B)282.63º60.8%98.04%-
XYZ47.0828.7693.51-
YUV147.62185.78169.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 98 (38.67% from 255) = 17.69%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=37.18%
G=17.69%
B=45.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206982500.180.6100.02282.6393.8368.24
HexCE62FA123D0211b5e44
Octal316142372227502433136104
Binary110011101100010111110101001011110101010001101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE62FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE62FA; }

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

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

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

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

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

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

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

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