Html Css Color HEX #D470FC Heliotrope

📋 copy color: '#D470FC'

red 212 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #D470FC

Tints of Heliotrope #D470FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 36.81%
G = 19.44%
B = 43.75%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D470FC (or 0xD470FC) is known color: Heliotrope. HEX triplet: D4, 70 and FC. RGB value is (212,112,252). Sum of RGB (Red+Green+Blue) = 212+112+252=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #D470FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470FC is #2B8F03. Grayscale: #9D9D9D. Windows color (decimal): -2854660 or 16543956. OLE color: 16543956.

HSL color Cylindrical-coordinate representation of color #D470FC: hue angle of 282.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D470FC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 112 252 -
CMYK 0.16 0.56 0 0.01
HSL 282.86º 0.96% 0.71% -
HSV(B) 282.86º 0.56% 0.99% -
XYZ 50.52 32.61 95.73 -
YUV 157.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 212 112 252 0.16 0.56 0 0.01 282.86 0.96 0.71
Hex D4 70 FC 10 38 0 1 11B 60 47
Octal 324 160 374 20 70 0 1 433 140 107
Binary 11010100 1110000 11111100 10000 111000 0 1 100011011 1100000 1000111

Color Harmonies of #D470FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470FC

Black with #D470FC

Text Example


Text Example

White with #D470FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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