Html Css Color HEX #DC47FA Heliotrope

📋 copy color: '#DC47FA'

red 220 ◦ green 71 ◦ blue 250

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

Shades of Heliotrope #DC47FA

Tints of Heliotrope #DC47FA

RGB

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

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

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

R = 40.67%
G = 13.12%
B = 46.21%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC47FA (or 0xDC47FA) is known color: Heliotrope. HEX triplet: DC, 47 and FA. RGB value is (220,71,250). Sum of RGB (Red+Green+Blue) = 220+71+250=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 71 (28.12% from 255 or 13.12% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC47FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC47FA is #23B805. Grayscale: #878787. Windows color (decimal): -2340870 or 16402396. OLE color: 16402396.

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

Color convert

RGB 220 71 250 -
CMYK 0.12 0.72 0 0.02
HSL 289.94º 0.95% 0.63% -
HSV(B) 289.94º 0.72% 0.98% -
XYZ 49.02 26.62 93 -
YUV 135.96 192.36 187.95 -
System Red Green Blue C M Y K H S L
Decimal 220 71 250 0.12 0.72 0 0.02 289.94 0.95 0.63
Hex DC 47 FA C 48 0 2 122 5F 3F
Octal 334 107 372 14 110 0 2 442 137 77
Binary 11011100 1000111 11111010 1100 1001000 0 10 100100010 1011111 111111

Color Harmonies of #DC47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47FA

Black with #DC47FA

Text Example


Text Example

White with #DC47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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