Html Css Color HEX #AD2DCD Dark Orchid

📋 copy color: '#AD2DCD'

red 173 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #AD2DCD

Tints of Dark Orchid #AD2DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.64%

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

R = 40.9%
G = 10.64%
B = 48.46%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD2DCD (or 0xAD2DCD) is known color: Dark Orchid. HEX triplet: AD, 2D and CD. RGB value is (173,45,205). Sum of RGB (Red+Green+Blue) = 173+45+205=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD2DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DCD is #52D232. Grayscale: #646464. Windows color (decimal): -5427763 or 13446573. OLE color: 13446573.

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

Color convert

RGB 173 45 205 -
CMYK 0.16 0.78 0 0.20
HSL 288º 0.64% 0.49% -
HSV(B) 288º 0.78% 0.8% -
XYZ 29.19 15.17 59.15 -
YUV 101.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 173 45 205 0.16 0.78 0 0.20 288 0.64 0.49
Hex AD 2D CD 10 4E 0 14 120 40 31
Octal 255 55 315 20 116 0 24 440 100 61
Binary 10101101 101101 11001101 10000 1001110 0 10100 100100000 1000000 110001

Color Harmonies of #AD2DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DCD

Black with #AD2DCD

Text Example


Text Example

White with #AD2DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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