Html Css Color HEX #AD1CDC Dark Orchid

📋 copy color: '#AD1CDC'

red 173 ◦ green 28 ◦ blue 220

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

Shades of Dark Orchid #AD1CDC

Tints of Dark Orchid #AD1CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.65%

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

R = 41.09%
G = 6.65%
B = 52.26%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD1CDC (or 0xAD1CDC) is known color: Dark Orchid. HEX triplet: AD, 1C and DC. RGB value is (173,28,220). Sum of RGB (Red+Green+Blue) = 173+28+220=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD1CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CDC is #52E323. Grayscale: #5C5C5C. Windows color (decimal): -5432100 or 14425261. OLE color: 14425261.

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

Color convert

RGB 173 28 220 -
CMYK 0.21 0.87 0 0.14
HSL 285.31º 0.77% 0.49% -
HSV(B) 285.31º 0.87% 0.86% -
XYZ 30.57 14.88 68.97 -
YUV 93.24 199.54 184.89 -
System Red Green Blue C M Y K H S L
Decimal 173 28 220 0.21 0.87 0 0.14 285.31 0.77 0.49
Hex AD 1C DC 15 57 0 E 11D 4D 31
Octal 255 34 334 25 127 0 16 435 115 61
Binary 10101101 11100 11011100 10101 1010111 0 1110 100011101 1001101 110001

Color Harmonies of #AD1CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CDC

Black with #AD1CDC

Text Example


Text Example

White with #AD1CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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