Html Css Color HEX #DC47FC Heliotrope

📋 copy color: '#DC47FC'

red 220 ◦ green 71 ◦ blue 252

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

Shades of Heliotrope #DC47FC

Tints of Heliotrope #DC47FC

RGB

 RED value IS 220 (86.33% from 255) = 40.52%

 GREEN value IS 71 (28.13% from 255) = 13.08%

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

R = 40.52%
G = 13.08%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC47FC (or 0xDC47FC) is known color: Heliotrope. HEX triplet: DC, 47 and FC. RGB value is (220,71,252). Sum of RGB (Red+Green+Blue) = 220+71+252=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 71 (28.12% from 255 or 13.08% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC47FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC47FC is #23B803. Grayscale: #878787. Windows color (decimal): -2340868 or 16533468. OLE color: 16533468.

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

Color convert

RGB 220 71 252 -
CMYK 0.13 0.72 0 0.01
HSL 289.39º 0.97% 0.63% -
HSV(B) 289.39º 0.72% 0.99% -
XYZ 49.34 26.75 94.66 -
YUV 136.19 193.36 187.78 -
System Red Green Blue C M Y K H S L
Decimal 220 71 252 0.13 0.72 0 0.01 289.39 0.97 0.63
Hex DC 47 FC D 48 0 1 121 61 3F
Octal 334 107 374 15 110 0 1 441 141 77
Binary 11011100 1000111 11111100 1101 1001000 0 1 100100001 1100001 111111

Color Harmonies of #DC47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47FC

Black with #DC47FC

Text Example


Text Example

White with #DC47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47FC; }

 p { color: rgb(220,71,252); }

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

background-color css

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

 a { background-color: rgb(220,71,252); }

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

border-color css

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

 span { border-color: rgb(220,71,252); }

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