Html Css Color HEX #AD42CD Medium Orchid

📋 copy color: '#AD42CD'

red 173 ◦ green 66 ◦ blue 205

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

Shades of Medium Orchid #AD42CD

Tints of Medium Orchid #AD42CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.86%

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

R = 38.96%
G = 14.86%
B = 46.17%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD42CD (or 0xAD42CD) is known color: Medium Orchid. HEX triplet: AD, 42 and CD. RGB value is (173,66,205). Sum of RGB (Red+Green+Blue) = 173+66+205=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD42CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42CD is #52BD32. Grayscale: #717171. Windows color (decimal): -5422387 or 13451949. OLE color: 13451949.

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

Color convert

RGB 173 66 205 -
CMYK 0.16 0.68 0 0.20
HSL 286.19º 0.58% 0.53% -
HSV(B) 286.19º 0.68% 0.8% -
XYZ 30.2 17.19 59.48 -
YUV 113.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 173 66 205 0.16 0.68 0 0.20 286.19 0.58 0.53
Hex AD 42 CD 10 44 0 14 11E 3A 35
Octal 255 102 315 20 104 0 24 436 72 65
Binary 10101101 1000010 11001101 10000 1000100 0 10100 100011110 111010 110101

Color Harmonies of #AD42CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42CD

Black with #AD42CD

Text Example


Text Example

White with #AD42CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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