Html Css Color HEX #DC74FA Heliotrope

📋 copy color: '#DC74FA'

red 220 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #DC74FA

Tints of Heliotrope #DC74FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.8%

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

R = 37.54%
G = 19.8%
B = 42.66%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC74FA (or 0xDC74FA) is known color: Heliotrope. HEX triplet: DC, 74 and FA. RGB value is (220,116,250). Sum of RGB (Red+Green+Blue) = 220+116+250=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74FA is #238B05. Grayscale: #A1A1A1. Windows color (decimal): -2329350 or 16413916. OLE color: 16413916.

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

Color convert

RGB 220 116 250 -
CMYK 0.12 0.54 0 0.02
HSL 286.57º 0.93% 0.72% -
HSV(B) 286.57º 0.54% 0.98% -
XYZ 53.02 34.61 94.33 -
YUV 162.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 220 116 250 0.12 0.54 0 0.02 286.57 0.93 0.72
Hex DC 74 FA C 36 0 2 11F 5D 48
Octal 334 164 372 14 66 0 2 437 135 110
Binary 11011100 1110100 11111010 1100 110110 0 10 100011111 1011101 1001000

Color Harmonies of #DC74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74FA

Black with #DC74FA

Text Example


Text Example

White with #DC74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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