Html Css Color HEX #DC72DB Orchid

📋 copy color: '#DC72DB'

red 220 ◦ green 114 ◦ blue 219

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

Shades of Orchid #DC72DB

Tints of Orchid #DC72DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 39.78%
G = 20.61%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC72DB (or 0xDC72DB) is known color: Orchid. HEX triplet: DC, 72 and DB. RGB value is (220,114,219). Sum of RGB (Red+Green+Blue) = 220+114+219=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72DB is #238D24. Grayscale: #9D9D9D. Windows color (decimal): -2329893 or 14381788. OLE color: 14381788.

HSL color Cylindrical-coordinate representation of color #DC72DB: hue angle of 300.57º 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 #DC72DB is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 219 -
CMYK 0 0.48 0.00 0.14
HSL 300.57º 0.6% 0.65% -
HSV(B) 300.57º 0.48% 0.86% -
XYZ 48.32 32.36 70.72 -
YUV 157.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 220 114 219 0 0.48 0.00 0.14 300.57 0.6 0.65
Hex DC 72 DB 0 30 0 E 12D 3C 41
Octal 334 162 333 0 60 0 16 455 74 101
Binary 11011100 1110010 11011011 0 110000 0 1110 100101101 111100 1000001

Color Harmonies of #DC72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72DB

Black with #DC72DB

Text Example


Text Example

White with #DC72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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