Html Css Color HEX #AD2DCB Dark Orchid

📋 copy color: '#AD2DCB'

red 173 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #AD2DCB

Tints of Dark Orchid #AD2DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 41.09%
G = 10.69%
B = 48.22%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD2DCB (or 0xAD2DCB) is known color: Dark Orchid. HEX triplet: AD, 2D and CB. RGB value is (173,45,203). Sum of RGB (Red+Green+Blue) = 173+45+203=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD2DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DCB is #52D234. Grayscale: #646464. Windows color (decimal): -5427765 or 13315501. OLE color: 13315501.

HSL color Cylindrical-coordinate representation of color #AD2DCB: hue angle of 288.61º 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 #AD2DCB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 45 203 -
CMYK 0.15 0.78 0 0.20
HSL 288.61º 0.64% 0.49% -
HSV(B) 288.61º 0.78% 0.8% -
XYZ 28.95 15.07 57.88 -
YUV 101.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 173 45 203 0.15 0.78 0 0.20 288.61 0.64 0.49
Hex AD 2D CB F 4E 0 14 121 40 31
Octal 255 55 313 17 116 0 24 441 100 61
Binary 10101101 101101 11001011 1111 1001110 0 10100 100100001 1000000 110001

Color Harmonies of #AD2DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DCB

Black with #AD2DCB

Text Example


Text Example

White with #AD2DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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