Html Css Color HEX #AD37DC Dark Orchid

📋 copy color: '#AD37DC'

red 173 ◦ green 55 ◦ blue 220

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

Shades of Dark Orchid #AD37DC

Tints of Dark Orchid #AD37DC

RGB

 RED value IS 173 (67.97% from 255) = 38.62%

 GREEN value IS 55 (21.88% from 255) = 12.28%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 38.62%
G = 12.28%
B = 49.11%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD37DC (or 0xAD37DC) is known color: Dark Orchid. HEX triplet: AD, 37 and DC. RGB value is (173,55,220). Sum of RGB (Red+Green+Blue) = 173+55+220=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD37DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37DC is #52C823. Grayscale: #6C6C6C. Windows color (decimal): -5425188 or 14432173. OLE color: 14432173.

HSL color Cylindrical-coordinate representation of color #AD37DC: hue angle of 282.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD37DC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 55 220 -
CMYK 0.21 0.75 0 0.14
HSL 282.91º 0.7% 0.54% -
HSV(B) 282.91º 0.75% 0.86% -
XYZ 31.52 16.78 69.29 -
YUV 109.09 190.59 173.58 -
System Red Green Blue C M Y K H S L
Decimal 173 55 220 0.21 0.75 0 0.14 282.91 0.7 0.54
Hex AD 37 DC 15 4B 0 E 11B 46 36
Octal 255 67 334 25 113 0 16 433 106 66
Binary 10101101 110111 11011100 10101 1001011 0 1110 100011011 1000110 110110

Color Harmonies of #AD37DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37DC

Black with #AD37DC

Text Example


Text Example

White with #AD37DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37DC; }

 p { color: rgb(173,55,220); }

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

background-color css

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

 a { background-color: rgb(173,55,220); }

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

border-color css

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

 span { border-color: rgb(173,55,220); }

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