Html Css Color HEX #D47CF0 Heliotrope

📋 copy color: '#D47CF0'

red 212 ◦ green 124 ◦ blue 240

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

Shades of Heliotrope #D47CF0

Tints of Heliotrope #D47CF0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.53%

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 36.81%
G = 21.53%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D47CF0 (or 0xD47CF0) is known color: Heliotrope. HEX triplet: D4, 7C and F0. RGB value is (212,124,240). Sum of RGB (Red+Green+Blue) = 212+124+240=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #D47CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47CF0 is #2B830F. Grayscale: #A3A3A3. Windows color (decimal): -2851600 or 15760596. OLE color: 15760596.

HSL color Cylindrical-coordinate representation of color #D47CF0: hue angle of 285.52º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D47CF0 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 124 240 -
CMYK 0.12 0.48 0 0.06
HSL 285.52º 0.79% 0.71% -
HSV(B) 285.52º 0.48% 0.94% -
XYZ 50.09 34.7 86.5 -
YUV 163.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 212 124 240 0.12 0.48 0 0.06 285.52 0.79 0.71
Hex D4 7C F0 C 30 0 6 11E 4F 47
Octal 324 174 360 14 60 0 6 436 117 107
Binary 11010100 1111100 11110000 1100 110000 0 110 100011110 1001111 1000111

Color Harmonies of #D47CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47CF0

Black with #D47CF0

Text Example


Text Example

White with #D47CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47CF0; }

 p { color: rgb(212,124,240); }

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

background-color css

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

 a { background-color: rgb(212,124,240); }

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

border-color css

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

 span { border-color: rgb(212,124,240); }

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