Html Css Color HEX #AD2BCD Dark Orchid

📋 copy color: '#AD2BCD'

red 173 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #AD2BCD

Tints of Dark Orchid #AD2BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.21%

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

R = 41.09%
G = 10.21%
B = 48.69%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD2BCD (or 0xAD2BCD) is known color: Dark Orchid. HEX triplet: AD, 2B and CD. RGB value is (173,43,205). Sum of RGB (Red+Green+Blue) = 173+43+205=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD2BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BCD is #52D432. Grayscale: #636363. Windows color (decimal): -5428275 or 13446061. OLE color: 13446061.

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

Color convert

RGB 173 43 205 -
CMYK 0.16 0.79 0 0.20
HSL 288.15º 0.65% 0.49% -
HSV(B) 288.15º 0.79% 0.8% -
XYZ 29.12 15.02 59.12 -
YUV 100.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 173 43 205 0.16 0.79 0 0.20 288.15 0.65 0.49
Hex AD 2B CD 10 4F 0 14 120 41 31
Octal 255 53 315 20 117 0 24 440 101 61
Binary 10101101 101011 11001101 10000 1001111 0 10100 100100000 1000001 110001

Color Harmonies of #AD2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BCD

Black with #AD2BCD

Text Example


Text Example

White with #AD2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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