#D463EC

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

Shades of Heliotrope #D463EC

Tints of Heliotrope #D463EC

Color information

#D463EC (or 0xD463EC) is unknown color: approx Heliotrope. HEX triplet: D4, 63 and EC. RGB value is (212,99,236). Sum of RGB (Red+Green+Blue) = 212+99+236=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #D463EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D463EC is #2B9C13. Grayscale: #939393. Windows color (decimal): -2858004 or 15492052. OLE color: 15492052.

HSL color Cylindrical-coordinate representation of color #D463EC: hue angle of 289.49º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D463EC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21299236-
CMYK0.100.5800.07
HSL289.49º78.29%65.69%-
HSV(B)289.49º58.05%92.55%-
XYZ46.7528.9882.49-
YUV148.4177.44173.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 99 (39.06% from 255) = 18.10%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=38.76%
G=18.10%
B=43.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212992360.100.5800.07289.4978.2965.69
HexD463ECA3A071214e42
Octal324143354127207441116102
Binary110101001100011111011001010111010011110010000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D463EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D463EC; }

 p { color: rgb(212,99,236); }

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

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

 a { background-color: rgb(212,99,236); }

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

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

 span { border-color: rgb(212,99,236); }

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