Html Css Color HEX #D470EC Heliotrope

📋 copy color: '#D470EC'

red 212 ◦ green 112 ◦ blue 236

#D470EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D470EC

Tints of Heliotrope #D470EC

RGB

 RED value IS 212 (83.2% from 255) = 37.86%

 GREEN value IS 112 (44.14% from 255) = 20%

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 37.86%
G = 20%
B = 42.14%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D470EC (or 0xD470EC) is known color: Heliotrope. HEX triplet: D4, 70 and EC. RGB value is (212,112,236). Sum of RGB (Red+Green+Blue) = 212+112+236=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #D470EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470EC is #2B8F13. Grayscale: #9B9B9B. Windows color (decimal): -2854676 or 15495380. OLE color: 15495380.

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

Color convert

RGB 212 112 236 -
CMYK 0.10 0.53 0 0.07
HSL 288.39º 0.77% 0.68% -
HSV(B) 288.39º 0.53% 0.93% -
XYZ 48.09 31.64 82.93 -
YUV 156.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 212 112 236 0.10 0.53 0 0.07 288.39 0.77 0.68
Hex D4 70 EC A 35 0 7 120 4D 44
Octal 324 160 354 12 65 0 7 440 115 104
Binary 11010100 1110000 11101100 1010 110101 0 111 100100000 1001101 1000100

Color Harmonies of #D470EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470EC

Black with #D470EC

Text Example


Text Example

White with #D470EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470EC; }

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

 H1.HeaderClassName
 {
   color: #D470EC;
 }
 .AnyTagClassName
 {
   color: #D470EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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