Html Css Color HEX #AD43DB Medium Orchid

📋 copy color: '#AD43DB'

red 173 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #AD43DB

Tints of Medium Orchid #AD43DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.6%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 37.69%
G = 14.6%
B = 47.71%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD43DB (or 0xAD43DB) is known color: Medium Orchid. HEX triplet: AD, 43 and DB. RGB value is (173,67,219). Sum of RGB (Red+Green+Blue) = 173+67+219=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD43DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43DB is #52BC24. Grayscale: #737373. Windows color (decimal): -5422117 or 14369709. OLE color: 14369709.

HSL color Cylindrical-coordinate representation of color #AD43DB: hue angle of 281.84º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD43DB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 67 219 -
CMYK 0.21 0.69 0 0.14
HSL 281.84º 0.68% 0.56% -
HSV(B) 281.84º 0.69% 0.86% -
XYZ 32.03 18.01 68.81 -
YUV 116.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 173 67 219 0.21 0.69 0 0.14 281.84 0.68 0.56
Hex AD 43 DB 15 45 0 E 11A 44 38
Octal 255 103 333 25 105 0 16 432 104 70
Binary 10101101 1000011 11011011 10101 1000101 0 1110 100011010 1000100 111000

Color Harmonies of #AD43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD43DB

Black with #AD43DB

Text Example


Text Example

White with #AD43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD43DB; }

 p { color: rgb(173,67,219); }

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

background-color css

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

 a { background-color: rgb(173,67,219); }

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

border-color css

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

 span { border-color: rgb(173,67,219); }

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