Html Css Color HEX #DC73CD Orchid

📋 copy color: '#DC73CD'

red 220 ◦ green 115 ◦ blue 205

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

Shades of Orchid #DC73CD

Tints of Orchid #DC73CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 40.74%
G = 21.3%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC73CD (or 0xDC73CD) is known color: Orchid. HEX triplet: DC, 73 and CD. RGB value is (220,115,205). Sum of RGB (Red+Green+Blue) = 220+115+205=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73CD is #238C32. Grayscale: #9C9C9C. Windows color (decimal): -2329651 or 13464540. OLE color: 13464540.

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

Color convert

RGB 220 115 205 -
CMYK 0 0.48 0.07 0.14
HSL 308.57º 0.6% 0.66% -
HSV(B) 308.57º 0.48% 0.86% -
XYZ 46.67 31.88 61.45 -
YUV 156.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 220 115 205 0 0.48 0.07 0.14 308.57 0.6 0.66
Hex DC 73 CD 0 30 7 E 135 3C 42
Octal 334 163 315 0 60 7 16 465 74 102
Binary 11011100 1110011 11001101 0 110000 111 1110 100110101 111100 1000010

Color Harmonies of #DC73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73CD

Black with #DC73CD

Text Example


Text Example

White with #DC73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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