Html Css Color HEX #AD22CD Dark Orchid

📋 copy color: '#AD22CD'

red 173 ◦ green 34 ◦ blue 205

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

Shades of Dark Orchid #AD22CD

Tints of Dark Orchid #AD22CD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.25%

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

R = 41.99%
G = 8.25%
B = 49.76%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD22CD (or 0xAD22CD) is known color: Dark Orchid. HEX triplet: AD, 22 and CD. RGB value is (173,34,205). Sum of RGB (Red+Green+Blue) = 173+34+205=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD22CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22CD is #52DD32. Grayscale: #5E5E5E. Windows color (decimal): -5430579 or 13443757. OLE color: 13443757.

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

Color convert

RGB 173 34 205 -
CMYK 0.16 0.83 0 0.20
HSL 288.77º 0.72% 0.47% -
HSV(B) 288.77º 0.83% 0.8% -
XYZ 28.83 14.44 59.02 -
YUV 95.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 173 34 205 0.16 0.83 0 0.20 288.77 0.72 0.47
Hex AD 22 CD 10 53 0 14 121 48 2F
Octal 255 42 315 20 123 0 24 441 110 57
Binary 10101101 100010 11001101 10000 1010011 0 10100 100100001 1001000 101111

Color Harmonies of #AD22CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22CD

Black with #AD22CD

Text Example


Text Example

White with #AD22CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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