Html Css Color HEX #AD47CF Medium Orchid

📋 copy color: '#AD47CF'

red 173 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #AD47CF

Tints of Medium Orchid #AD47CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.74%

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 38.36%
G = 15.74%
B = 45.9%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD47CF (or 0xAD47CF) is known color: Medium Orchid. HEX triplet: AD, 47 and CF. RGB value is (173,71,207). Sum of RGB (Red+Green+Blue) = 173+71+207=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47CF is #52B830. Grayscale: #747474. Windows color (decimal): -5421105 or 13584301. OLE color: 13584301.

HSL color Cylindrical-coordinate representation of color #AD47CF: hue angle of 285º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD47CF is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 71 207 -
CMYK 0.16 0.66 0 0.19
HSL 285º 0.59% 0.55% -
HSV(B) 285º 0.66% 0.81% -
XYZ 30.75 17.9 60.87 -
YUV 117 178.79 167.94 -
System Red Green Blue C M Y K H S L
Decimal 173 71 207 0.16 0.66 0 0.19 285 0.59 0.55
Hex AD 47 CF 10 42 0 13 11D 3B 37
Octal 255 107 317 20 102 0 23 435 73 67
Binary 10101101 1000111 11001111 10000 1000010 0 10011 100011101 111011 110111

Color Harmonies of #AD47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47CF

Black with #AD47CF

Text Example


Text Example

White with #AD47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47CF; }

 p { color: rgb(173,71,207); }

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

background-color css

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

 a { background-color: rgb(173,71,207); }

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

border-color css

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

 span { border-color: rgb(173,71,207); }

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