Html Css Color HEX #AD37CD Dark Orchid

📋 copy color: '#AD37CD'

red 173 ◦ green 55 ◦ blue 205

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

Shades of Dark Orchid #AD37CD

Tints of Dark Orchid #AD37CD

RGB

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

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

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

R = 39.95%
G = 12.7%
B = 47.34%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD37CD (or 0xAD37CD) is known color: Dark Orchid. HEX triplet: AD, 37 and CD. RGB value is (173,55,205). Sum of RGB (Red+Green+Blue) = 173+55+205=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD37CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37CD is #52C832. Grayscale: #6A6A6A. Windows color (decimal): -5425203 or 13449133. OLE color: 13449133.

HSL color Cylindrical-coordinate representation of color #AD37CD: hue angle of 287.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD37CD is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 55 205 -
CMYK 0.16 0.73 0 0.20
HSL 287.2º 0.6% 0.51% -
HSV(B) 287.2º 0.73% 0.8% -
XYZ 29.62 16.02 59.29 -
YUV 107.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 173 55 205 0.16 0.73 0 0.20 287.2 0.6 0.51
Hex AD 37 CD 10 49 0 14 11F 3C 33
Octal 255 67 315 20 111 0 24 437 74 63
Binary 10101101 110111 11001101 10000 1001001 0 10100 100011111 111100 110011

Color Harmonies of #AD37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37CD

Black with #AD37CD

Text Example


Text Example

White with #AD37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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