Html Css Color HEX #DC73BE Orchid

📋 copy color: '#DC73BE'

red 220 ◦ green 115 ◦ blue 190

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

Shades of Orchid #DC73BE

Tints of Orchid #DC73BE

RGB

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

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

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

R = 41.9%
G = 21.9%
B = 36.19%

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

#DC73BE (or 0xDC73BE) is known color: Orchid. HEX triplet: DC, 73 and BE. RGB value is (220,115,190). Sum of RGB (Red+Green+Blue) = 220+115+190=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73BE is #238C41. Grayscale: #9A9A9A. Windows color (decimal): -2329666 or 12481500. OLE color: 12481500.

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

Color convert

RGB 220 115 190 -
CMYK 0 0.48 0.14 0.14
HSL 317.14º 0.6% 0.66% -
HSV(B) 317.14º 0.48% 0.86% -
XYZ 44.94 31.19 52.37 -
YUV 154.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 220 115 190 0 0.48 0.14 0.14 317.14 0.6 0.66
Hex DC 73 BE 0 30 E E 13D 3C 42
Octal 334 163 276 0 60 16 16 475 74 102
Binary 11011100 1110011 10111110 0 110000 1110 1110 100111101 111100 1000010

Color Harmonies of #DC73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73BE

Black with #DC73BE

Text Example


Text Example

White with #DC73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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