Html Css Color HEX #DC73D3 Orchid

📋 copy color: '#DC73D3'

red 220 ◦ green 115 ◦ blue 211

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

Shades of Orchid #DC73D3

Tints of Orchid #DC73D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.64%

R = 40.29%
G = 21.06%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC73D3 (or 0xDC73D3) is known color: Orchid. HEX triplet: DC, 73 and D3. RGB value is (220,115,211). Sum of RGB (Red+Green+Blue) = 220+115+211=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73D3 is #238C2C. Grayscale: #9D9D9D. Windows color (decimal): -2329645 or 13857756. OLE color: 13857756.

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

Color convert

RGB 220 115 211 -
CMYK 0 0.48 0.04 0.14
HSL 305.14º 0.6% 0.66% -
HSV(B) 305.14º 0.48% 0.86% -
XYZ 47.4 32.18 65.34 -
YUV 157.34 158.29 172.69 -
System Red Green Blue C M Y K H S L
Decimal 220 115 211 0 0.48 0.04 0.14 305.14 0.6 0.66
Hex DC 73 D3 0 30 4 E 131 3C 42
Octal 334 163 323 0 60 4 16 461 74 102
Binary 11011100 1110011 11010011 0 110000 100 1110 100110001 111100 1000010

Color Harmonies of #DC73D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73D3

Black with #DC73D3

Text Example


Text Example

White with #DC73D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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