Html Css Color HEX #AD4FCF Medium Orchid

📋 copy color: '#AD4FCF'

red 173 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #AD4FCF

Tints of Medium Orchid #AD4FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.21%

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

R = 37.69%
G = 17.21%
B = 45.1%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD4FCF (or 0xAD4FCF) is known color: Medium Orchid. HEX triplet: AD, 4F and CF. RGB value is (173,79,207). Sum of RGB (Red+Green+Blue) = 173+79+207=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD4FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FCF is #52B030. Grayscale: #797979. Windows color (decimal): -5419057 or 13586349. OLE color: 13586349.

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

Color convert

RGB 173 79 207 -
CMYK 0.16 0.62 0 0.19
HSL 284.06º 0.57% 0.56% -
HSV(B) 284.06º 0.62% 0.81% -
XYZ 31.29 18.98 61.05 -
YUV 121.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 173 79 207 0.16 0.62 0 0.19 284.06 0.57 0.56
Hex AD 4F CF 10 3E 0 13 11C 39 38
Octal 255 117 317 20 76 0 23 434 71 70
Binary 10101101 1001111 11001111 10000 111110 0 10011 100011100 111001 111000

Color Harmonies of #AD4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FCF

Black with #AD4FCF

Text Example


Text Example

White with #AD4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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