Html Css Color HEX #D473FC Heliotrope

📋 copy color: '#D473FC'

red 212 ◦ green 115 ◦ blue 252

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

Shades of Heliotrope #D473FC

Tints of Heliotrope #D473FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.86%

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

R = 36.61%
G = 19.86%
B = 43.52%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D473FC (or 0xD473FC) is known color: Heliotrope. HEX triplet: D4, 73 and FC. RGB value is (212,115,252). Sum of RGB (Red+Green+Blue) = 212+115+252=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #D473FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473FC is #2B8C03. Grayscale: #9F9F9F. Windows color (decimal): -2853892 or 16544724. OLE color: 16544724.

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

Color convert

RGB 212 115 252 -
CMYK 0.16 0.54 0 0.01
HSL 282.48º 0.96% 0.72% -
HSV(B) 282.48º 0.54% 0.99% -
XYZ 50.85 33.29 95.84 -
YUV 159.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 212 115 252 0.16 0.54 0 0.01 282.48 0.96 0.72
Hex D4 73 FC 10 36 0 1 11A 60 48
Octal 324 163 374 20 66 0 1 432 140 110
Binary 11010100 1110011 11111100 10000 110110 0 1 100011010 1100000 1001000

Color Harmonies of #D473FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473FC

Black with #D473FC

Text Example


Text Example

White with #D473FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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