Html Css Color HEX #DC72BE Orchid

📋 copy color: '#DC72BE'

red 220 ◦ green 114 ◦ blue 190

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

Shades of Orchid #DC72BE

Tints of Orchid #DC72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 41.98%
G = 21.76%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC72BE (or 0xDC72BE) is known color: Orchid. HEX triplet: DC, 72 and BE. RGB value is (220,114,190). Sum of RGB (Red+Green+Blue) = 220+114+190=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72BE is #238D41. Grayscale: #9A9A9A. Windows color (decimal): -2329922 or 12481244. OLE color: 12481244.

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

Color convert

RGB 220 114 190 -
CMYK 0 0.48 0.14 0.14
HSL 316.98º 0.6% 0.65% -
HSV(B) 316.98º 0.48% 0.86% -
XYZ 44.83 30.97 52.33 -
YUV 154.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 220 114 190 0 0.48 0.14 0.14 316.98 0.6 0.65
Hex DC 72 BE 0 30 E E 13D 3C 41
Octal 334 162 276 0 60 16 16 475 74 101
Binary 11011100 1110010 10111110 0 110000 1110 1110 100111101 111100 1000001

Color Harmonies of #DC72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72BE

Black with #DC72BE

Text Example


Text Example

White with #DC72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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