Html Css Color HEX #DC72EC Heliotrope

📋 copy color: '#DC72EC'

red 220 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #DC72EC

Tints of Heliotrope #DC72EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20%

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 38.6%
G = 20%
B = 41.4%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC72EC (or 0xDC72EC) is known color: Heliotrope. HEX triplet: DC, 72 and EC. RGB value is (220,114,236). Sum of RGB (Red+Green+Blue) = 220+114+236=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC72EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72EC is #238D13. Grayscale: #9F9F9F. Windows color (decimal): -2329876 or 15495900. OLE color: 15495900.

HSL color Cylindrical-coordinate representation of color #DC72EC: hue angle of 292.13º degrees, saturation: 0.76, 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 #DC72EC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 114 236 -
CMYK 0.07 0.52 0 0.07
HSL 292.13º 0.76% 0.69% -
HSV(B) 292.13º 0.52% 0.93% -
XYZ 50.67 33.31 83.11 -
YUV 159.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 220 114 236 0.07 0.52 0 0.07 292.13 0.76 0.69
Hex DC 72 EC 7 34 0 7 124 4C 45
Octal 334 162 354 7 64 0 7 444 114 105
Binary 11011100 1110010 11101100 111 110100 0 111 100100100 1001100 1000101

Color Harmonies of #DC72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72EC

Black with #DC72EC

Text Example


Text Example

White with #DC72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72EC; }

 p { color: rgb(220,114,236); }

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

background-color css

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

 a { background-color: rgb(220,114,236); }

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

border-color css

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

 span { border-color: rgb(220,114,236); }

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