Html Css Color HEX #D476FA Heliotrope

📋 copy color: '#D476FA'

red 212 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #D476FA

Tints of Heliotrope #D476FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.34%

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 36.55%
G = 20.34%
B = 43.1%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D476FA (or 0xD476FA) is known color: Heliotrope. HEX triplet: D4, 76 and FA. RGB value is (212,118,250). Sum of RGB (Red+Green+Blue) = 212+118+250=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #D476FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D476FA is #2B8905. Grayscale: #A0A0A0. Windows color (decimal): -2853126 or 16414420. OLE color: 16414420.

HSL color Cylindrical-coordinate representation of color #D476FA: hue angle of 282.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D476FA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 118 250 -
CMYK 0.15 0.53 0 0.02
HSL 282.73º 0.93% 0.72% -
HSV(B) 282.73º 0.53% 0.98% -
XYZ 50.89 33.86 94.3 -
YUV 161.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 212 118 250 0.15 0.53 0 0.02 282.73 0.93 0.72
Hex D4 76 FA F 35 0 2 11B 5D 48
Octal 324 166 372 17 65 0 2 433 135 110
Binary 11010100 1110110 11111010 1111 110101 0 10 100011011 1011101 1001000

Color Harmonies of #D476FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476FA

Black with #D476FA

Text Example


Text Example

White with #D476FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476FA; }

 p { color: rgb(212,118,250); }

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

background-color css

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

 a { background-color: rgb(212,118,250); }

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

border-color css

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

 span { border-color: rgb(212,118,250); }

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