Html Css Color HEX #DC47FE Heliotrope

📋 copy color: '#DC47FE'

red 220 ◦ green 71 ◦ blue 254

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

Shades of Heliotrope #DC47FE

Tints of Heliotrope #DC47FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 40.37%
G = 13.03%
B = 46.61%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC47FE (or 0xDC47FE) is known color: Heliotrope. HEX triplet: DC, 47 and FE. RGB value is (220,71,254). Sum of RGB (Red+Green+Blue) = 220+71+254=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 71 (28.12% from 255 or 13.03% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC47FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC47FE is #23B801. Grayscale: #878787. Windows color (decimal): -2340866 or 16664540. OLE color: 16664540.

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

Color convert

RGB 220 71 254 -
CMYK 0.13 0.72 0 0.00
HSL 288.85º 0.99% 0.64% -
HSV(B) 288.85º 0.72% 1% -
XYZ 49.66 26.88 96.34 -
YUV 136.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 220 71 254 0.13 0.72 0 0.00 288.85 0.99 0.64
Hex DC 47 FE D 48 0 0 121 63 40
Octal 334 107 376 15 110 0 0 441 143 100
Binary 11011100 1000111 11111110 1101 1001000 0 0 100100001 1100011 1000000

Color Harmonies of #DC47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47FE

Black with #DC47FE

Text Example


Text Example

White with #DC47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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