Html Css Color HEX #DC73D6 Orchid

📋 copy color: '#DC73D6'

red 220 ◦ green 115 ◦ blue 214

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

Shades of Orchid #DC73D6

Tints of Orchid #DC73D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 40.07%
G = 20.95%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC73D6 (or 0xDC73D6) is known color: Orchid. HEX triplet: DC, 73 and D6. RGB value is (220,115,214). Sum of RGB (Red+Green+Blue) = 220+115+214=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73D6 is #238C29. Grayscale: #9D9D9D. Windows color (decimal): -2329642 or 14054364. OLE color: 14054364.

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

Color convert

RGB 220 115 214 -
CMYK 0 0.48 0.03 0.14
HSL 303.43º 0.6% 0.66% -
HSV(B) 303.43º 0.48% 0.86% -
XYZ 47.78 32.33 67.34 -
YUV 157.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 220 115 214 0 0.48 0.03 0.14 303.43 0.6 0.66
Hex DC 73 D6 0 30 3 E 12F 3C 42
Octal 334 163 326 0 60 3 16 457 74 102
Binary 11011100 1110011 11010110 0 110000 11 1110 100101111 111100 1000010

Color Harmonies of #DC73D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73D6

Black with #DC73D6

Text Example


Text Example

White with #DC73D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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