Html Css Color HEX #AD1DCC Dark Orchid

📋 copy color: '#AD1DCC'

red 173 ◦ green 29 ◦ blue 204

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

Shades of Dark Orchid #AD1DCC

Tints of Dark Orchid #AD1DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.14%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 42.61%
G = 7.14%
B = 50.25%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD1DCC (or 0xAD1DCC) is known color: Dark Orchid. HEX triplet: AD, 1D and CC. RGB value is (173,29,204). Sum of RGB (Red+Green+Blue) = 173+29+204=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD1DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DCC is #52E233. Grayscale: #5B5B5B. Windows color (decimal): -5431860 or 13376941. OLE color: 13376941.

HSL color Cylindrical-coordinate representation of color #AD1DCC: hue angle of 289.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1DCC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 29 204 -
CMYK 0.15 0.86 0 0.2
HSL 289.37º 0.75% 0.46% -
HSV(B) 289.37º 0.86% 0.8% -
XYZ 28.57 14.12 58.35 -
YUV 92.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 173 29 204 0.15 0.86 0 0.2 289.37 0.75 0.46
Hex AD 1D CC F 56 0 14 121 4B 2E
Octal 255 35 314 17 126 0 24 441 113 56
Binary 10101101 11101 11001100 1111 1010110 0 10100 100100001 1001011 101110

Color Harmonies of #AD1DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1DCC

Black with #AD1DCC

Text Example


Text Example

White with #AD1DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1DCC; }

 p { color: rgb(173,29,204); }

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

background-color css

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

 a { background-color: rgb(173,29,204); }

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

border-color css

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

 span { border-color: rgb(173,29,204); }

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