Html Css Color HEX #DC73D2 Orchid

📋 copy color: '#DC73D2'

red 220 ◦ green 115 ◦ blue 210

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

Shades of Orchid #DC73D2

Tints of Orchid #DC73D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 40.37%
G = 21.1%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC73D2 (or 0xDC73D2) is known color: Orchid. HEX triplet: DC, 73 and D2. RGB value is (220,115,210). Sum of RGB (Red+Green+Blue) = 220+115+210=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73D2 is #238C2D. Grayscale: #9C9C9C. Windows color (decimal): -2329646 or 13792220. OLE color: 13792220.

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

Color convert

RGB 220 115 210 -
CMYK 0 0.48 0.05 0.14
HSL 305.71º 0.6% 0.66% -
HSV(B) 305.71º 0.48% 0.86% -
XYZ 47.28 32.13 64.68 -
YUV 157.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 220 115 210 0 0.48 0.05 0.14 305.71 0.6 0.66
Hex DC 73 D2 0 30 5 E 132 3C 42
Octal 334 163 322 0 60 5 16 462 74 102
Binary 11011100 1110011 11010010 0 110000 101 1110 100110010 111100 1000010

Color Harmonies of #DC73D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73D2

Black with #DC73D2

Text Example


Text Example

White with #DC73D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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