Html Css Color HEX #AD43CD Medium Orchid

📋 copy color: '#AD43CD'

red 173 ◦ green 67 ◦ blue 205

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

Shades of Medium Orchid #AD43CD

Tints of Medium Orchid #AD43CD

RGB

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

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

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

R = 38.88%
G = 15.06%
B = 46.07%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD43CD (or 0xAD43CD) is known color: Medium Orchid. HEX triplet: AD, 43 and CD. RGB value is (173,67,205). Sum of RGB (Red+Green+Blue) = 173+67+205=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD43CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43CD is #52BC32. Grayscale: #717171. Windows color (decimal): -5422131 or 13452205. OLE color: 13452205.

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

Color convert

RGB 173 67 205 -
CMYK 0.16 0.67 0 0.20
HSL 286.09º 0.58% 0.53% -
HSV(B) 286.09º 0.67% 0.8% -
XYZ 30.26 17.31 59.5 -
YUV 114.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 173 67 205 0.16 0.67 0 0.20 286.09 0.58 0.53
Hex AD 43 CD 10 43 0 14 11E 3A 35
Octal 255 103 315 20 103 0 24 436 72 65
Binary 10101101 1000011 11001101 10000 1000011 0 10100 100011110 111010 110101

Color Harmonies of #AD43CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD43CD

Black with #AD43CD

Text Example


Text Example

White with #AD43CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD43CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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