Html Css Color HEX #D470EE Heliotrope

📋 copy color: '#D470EE'

red 212 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #D470EE

Tints of Heliotrope #D470EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 37.72%
G = 19.93%
B = 42.35%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D470EE (or 0xD470EE) is known color: Heliotrope. HEX triplet: D4, 70 and EE. RGB value is (212,112,238). Sum of RGB (Red+Green+Blue) = 212+112+238=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #D470EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470EE is #2B8F11. Grayscale: #9B9B9B. Windows color (decimal): -2854674 or 15626452. OLE color: 15626452.

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

Color convert

RGB 212 112 238 -
CMYK 0.11 0.53 0 0.07
HSL 287.62º 0.79% 0.69% -
HSV(B) 287.62º 0.53% 0.93% -
XYZ 48.38 31.76 84.47 -
YUV 156.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 212 112 238 0.11 0.53 0 0.07 287.62 0.79 0.69
Hex D4 70 EE B 35 0 7 120 4F 45
Octal 324 160 356 13 65 0 7 440 117 105
Binary 11010100 1110000 11101110 1011 110101 0 111 100100000 1001111 1000101

Color Harmonies of #D470EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470EE

Black with #D470EE

Text Example


Text Example

White with #D470EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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