Html Css Color HEX #D47DFD Heliotrope

📋 copy color: '#D47DFD'

red 212 ◦ green 125 ◦ blue 253

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

Shades of Heliotrope #D47DFD

Tints of Heliotrope #D47DFD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.19%

 BLUE value IS 253 (99.22% from 255) = 42.88%

R = 35.93%
G = 21.19%
B = 42.88%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D47DFD (or 0xD47DFD) is known color: Heliotrope. HEX triplet: D4, 7D and FD. RGB value is (212,125,253). Sum of RGB (Red+Green+Blue) = 212+125+253=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #D47DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47DFD is #2B8202. Grayscale: #A5A5A5. Windows color (decimal): -2851331 or 16612820. OLE color: 16612820.

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

Color convert

RGB 212 125 253 -
CMYK 0.16 0.51 0 0.01
HSL 280.78º 0.97% 0.74% -
HSV(B) 280.78º 0.51% 0.99% -
XYZ 52.21 35.76 97.08 -
YUV 165.61 177.32 161.09 -
System Red Green Blue C M Y K H S L
Decimal 212 125 253 0.16 0.51 0 0.01 280.78 0.97 0.74
Hex D4 7D FD 10 33 0 1 119 61 4A
Octal 324 175 375 20 63 0 1 431 141 112
Binary 11010100 1111101 11111101 10000 110011 0 1 100011001 1100001 1001010

Color Harmonies of #D47DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DFD

Black with #D47DFD

Text Example


Text Example

White with #D47DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DFD; }

 p { color: rgb(212,125,253); }

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

background-color css

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

 a { background-color: rgb(212,125,253); }

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

border-color css

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

 span { border-color: rgb(212,125,253); }

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