Html Css Color HEX #DC73FD Heliotrope

📋 copy color: '#DC73FD'

red 220 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #DC73FD

Tints of Heliotrope #DC73FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.56%

 BLUE value IS 253 (99.22% from 255) = 43.03%

R = 37.41%
G = 19.56%
B = 43.03%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC73FD (or 0xDC73FD) is known color: Heliotrope. HEX triplet: DC, 73 and FD. RGB value is (220,115,253). Sum of RGB (Red+Green+Blue) = 220+115+253=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC73FD is #238C02. Grayscale: #A1A1A1. Windows color (decimal): -2329603 or 16610268. OLE color: 16610268.

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

Color convert

RGB 220 115 253 -
CMYK 0.13 0.55 0 0.01
HSL 285.65º 0.97% 0.72% -
HSV(B) 285.65º 0.55% 0.99% -
XYZ 53.38 34.57 96.79 -
YUV 162.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 220 115 253 0.13 0.55 0 0.01 285.65 0.97 0.72
Hex DC 73 FD D 37 0 1 11E 61 48
Octal 334 163 375 15 67 0 1 436 141 110
Binary 11011100 1110011 11111101 1101 110111 0 1 100011110 1100001 1001000

Color Harmonies of #DC73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73FD

Black with #DC73FD

Text Example


Text Example

White with #DC73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73FD; }

 p { color: rgb(220,115,253); }

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

background-color css

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

 a { background-color: rgb(220,115,253); }

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

border-color css

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

 span { border-color: rgb(220,115,253); }

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