Html Css Color HEX #AD54CF Medium Orchid

📋 copy color: '#AD54CF'

red 173 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #AD54CF

Tints of Medium Orchid #AD54CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.1%

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

R = 37.28%
G = 18.1%
B = 44.61%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD54CF (or 0xAD54CF) is known color: Medium Orchid. HEX triplet: AD, 54 and CF. RGB value is (173,84,207). Sum of RGB (Red+Green+Blue) = 173+84+207=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD54CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54CF is #52AB30. Grayscale: #7C7C7C. Windows color (decimal): -5417777 or 13587629. OLE color: 13587629.

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

Color convert

RGB 173 84 207 -
CMYK 0.16 0.59 0 0.19
HSL 283.41º 0.56% 0.57% -
HSV(B) 283.41º 0.59% 0.81% -
XYZ 31.67 19.73 61.17 -
YUV 124.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 173 84 207 0.16 0.59 0 0.19 283.41 0.56 0.57
Hex AD 54 CF 10 3B 0 13 11B 38 39
Octal 255 124 317 20 73 0 23 433 70 71
Binary 10101101 1010100 11001111 10000 111011 0 10011 100011011 111000 111001

Color Harmonies of #AD54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54CF

Black with #AD54CF

Text Example


Text Example

White with #AD54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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