Html Css Color HEX #AD4DCF Medium Orchid

📋 copy color: '#AD4DCF'

red 173 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #AD4DCF

Tints of Medium Orchid #AD4DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.85%

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

R = 37.86%
G = 16.85%
B = 45.3%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD4DCF (or 0xAD4DCF) is known color: Medium Orchid. HEX triplet: AD, 4D and CF. RGB value is (173,77,207). Sum of RGB (Red+Green+Blue) = 173+77+207=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD4DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DCF is #52B230. Grayscale: #787878. Windows color (decimal): -5419569 or 13585837. OLE color: 13585837.

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

Color convert

RGB 173 77 207 -
CMYK 0.16 0.63 0 0.19
HSL 284.31º 0.58% 0.56% -
HSV(B) 284.31º 0.63% 0.81% -
XYZ 31.15 18.7 61 -
YUV 120.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 173 77 207 0.16 0.63 0 0.19 284.31 0.58 0.56
Hex AD 4D CF 10 3F 0 13 11C 3A 38
Octal 255 115 317 20 77 0 23 434 72 70
Binary 10101101 1001101 11001111 10000 111111 0 10011 100011100 111010 111000

Color Harmonies of #AD4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DCF

Black with #AD4DCF

Text Example


Text Example

White with #AD4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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