Html Css Color HEX #AD2BDC Dark Orchid

📋 copy color: '#AD2BDC'

red 173 ◦ green 43 ◦ blue 220

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

Shades of Dark Orchid #AD2BDC

Tints of Dark Orchid #AD2BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 39.68%
G = 9.86%
B = 50.46%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD2BDC (or 0xAD2BDC) is known color: Dark Orchid. HEX triplet: AD, 2B and DC. RGB value is (173,43,220). Sum of RGB (Red+Green+Blue) = 173+43+220=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BDC is #52D423. Grayscale: #656565. Windows color (decimal): -5428260 or 14429101. OLE color: 14429101.

HSL color Cylindrical-coordinate representation of color #AD2BDC: hue angle of 284.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2BDC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 43 220 -
CMYK 0.21 0.80 0 0.14
HSL 284.07º 0.72% 0.52% -
HSV(B) 284.07º 0.8% 0.86% -
XYZ 31.02 15.78 69.12 -
YUV 102.05 194.57 178.61 -
System Red Green Blue C M Y K H S L
Decimal 173 43 220 0.21 0.80 0 0.14 284.07 0.72 0.52
Hex AD 2B DC 15 50 0 E 11C 48 34
Octal 255 53 334 25 120 0 16 434 110 64
Binary 10101101 101011 11011100 10101 1010000 0 1110 100011100 1001000 110100

Color Harmonies of #AD2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BDC

Black with #AD2BDC

Text Example


Text Example

White with #AD2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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