Html Css Color HEX #DC73EE Heliotrope

📋 copy color: '#DC73EE'

red 220 ◦ green 115 ◦ blue 238

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

Shades of Heliotrope #DC73EE

Tints of Heliotrope #DC73EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 38.39%
G = 20.07%
B = 41.54%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC73EE (or 0xDC73EE) is known color: Heliotrope. HEX triplet: DC, 73 and EE. RGB value is (220,115,238). Sum of RGB (Red+Green+Blue) = 220+115+238=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC73EE is #238C11. Grayscale: #A0A0A0. Windows color (decimal): -2329618 or 15627228. OLE color: 15627228.

HSL color Cylindrical-coordinate representation of color #DC73EE: hue angle of 291.22º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC73EE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 115 238 -
CMYK 0.08 0.52 0 0.07
HSL 291.22º 0.78% 0.69% -
HSV(B) 291.22º 0.52% 0.93% -
XYZ 51.08 33.65 84.69 -
YUV 160.42 171.79 170.5 -
System Red Green Blue C M Y K H S L
Decimal 220 115 238 0.08 0.52 0 0.07 291.22 0.78 0.69
Hex DC 73 EE 8 34 0 7 123 4E 45
Octal 334 163 356 10 64 0 7 443 116 105
Binary 11011100 1110011 11101110 1000 110100 0 111 100100011 1001110 1000101

Color Harmonies of #DC73EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73EE

Black with #DC73EE

Text Example


Text Example

White with #DC73EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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