Html Css Color HEX #AD1CCD Dark Orchid

📋 copy color: '#AD1CCD'

red 173 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #AD1CCD

Tints of Dark Orchid #AD1CCD

RGB

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

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

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

R = 42.61%
G = 6.9%
B = 50.49%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD1CCD (or 0xAD1CCD) is known color: Dark Orchid. HEX triplet: AD, 1C and CD. RGB value is (173,28,205). Sum of RGB (Red+Green+Blue) = 173+28+205=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CCD is #52E332. Grayscale: #5A5A5A. Windows color (decimal): -5432115 or 13442221. OLE color: 13442221.

HSL color Cylindrical-coordinate representation of color #AD1CCD: hue angle of 289.15º degrees, saturation: 0.76, 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 #AD1CCD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 28 205 -
CMYK 0.16 0.86 0 0.20
HSL 289.15º 0.76% 0.46% -
HSV(B) 289.15º 0.86% 0.8% -
XYZ 28.67 14.12 58.97 -
YUV 91.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 173 28 205 0.16 0.86 0 0.20 289.15 0.76 0.46
Hex AD 1C CD 10 56 0 14 121 4C 2E
Octal 255 34 315 20 126 0 24 441 114 56
Binary 10101101 11100 11001101 10000 1010110 0 10100 100100001 1001100 101110

Color Harmonies of #AD1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CCD

Black with #AD1CCD

Text Example


Text Example

White with #AD1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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