Html Css Color HEX #DC72C0 Orchid

📋 copy color: '#DC72C0'

red 220 ◦ green 114 ◦ blue 192

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

Shades of Orchid #DC72C0

Tints of Orchid #DC72C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.5%

R = 41.83%
G = 21.67%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC72C0 (or 0xDC72C0) is known color: Orchid. HEX triplet: DC, 72 and C0. RGB value is (220,114,192). Sum of RGB (Red+Green+Blue) = 220+114+192=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72C0 is #238D3F. Grayscale: #9A9A9A. Windows color (decimal): -2329920 or 12612316. OLE color: 12612316.

HSL color Cylindrical-coordinate representation of color #DC72C0: hue angle of 315.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72C0 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 192 -
CMYK 0 0.48 0.13 0.14
HSL 315.85º 0.6% 0.65% -
HSV(B) 315.85º 0.48% 0.86% -
XYZ 45.05 31.06 53.49 -
YUV 154.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 220 114 192 0 0.48 0.13 0.14 315.85 0.6 0.65
Hex DC 72 C0 0 30 D E 13C 3C 41
Octal 334 162 300 0 60 15 16 474 74 101
Binary 11011100 1110010 11000000 0 110000 1101 1110 100111100 111100 1000001

Color Harmonies of #DC72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72C0

Black with #DC72C0

Text Example


Text Example

White with #DC72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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