Html Css Color HEX #DC73C5 Orchid

📋 copy color: '#DC73C5'

red 220 ◦ green 115 ◦ blue 197

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

Shades of Orchid #DC73C5

Tints of Orchid #DC73C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.03%

R = 41.35%
G = 21.62%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC73C5 (or 0xDC73C5) is known color: Orchid. HEX triplet: DC, 73 and C5. RGB value is (220,115,197). Sum of RGB (Red+Green+Blue) = 220+115+197=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73C5 is #238C3A. Grayscale: #9B9B9B. Windows color (decimal): -2329659 or 12940252. OLE color: 12940252.

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

Color convert

RGB 220 115 197 -
CMYK 0 0.48 0.10 0.14
HSL 313.14º 0.6% 0.66% -
HSV(B) 313.14º 0.48% 0.86% -
XYZ 45.72 31.51 56.5 -
YUV 155.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 220 115 197 0 0.48 0.10 0.14 313.14 0.6 0.66
Hex DC 73 C5 0 30 A E 139 3C 42
Octal 334 163 305 0 60 12 16 471 74 102
Binary 11011100 1110011 11000101 0 110000 1010 1110 100111001 111100 1000010

Color Harmonies of #DC73C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73C5

Black with #DC73C5

Text Example


Text Example

White with #DC73C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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