Html Css Color HEX #AD4FC6 Medium Orchid

📋 copy color: '#AD4FC6'

red 173 ◦ green 79 ◦ blue 198

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

Shades of Medium Orchid #AD4FC6

Tints of Medium Orchid #AD4FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 38.44%
G = 17.56%
B = 44%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD4FC6 (or 0xAD4FC6) is known color: Medium Orchid. HEX triplet: AD, 4F and C6. RGB value is (173,79,198). Sum of RGB (Red+Green+Blue) = 173+79+198=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD4FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FC6 is #52B039. Grayscale: #787878. Windows color (decimal): -5419066 or 12996525. OLE color: 12996525.

HSL color Cylindrical-coordinate representation of color #AD4FC6: hue angle of 287.39º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4FC6 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 79 198 -
CMYK 0.13 0.60 0 0.22
HSL 287.4º 0.51% 0.54% -
HSV(B) 287.4º 0.6% 0.78% -
XYZ 30.22 18.55 55.41 -
YUV 120.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 173 79 198 0.13 0.60 0 0.22 287.4 0.51 0.54
Hex AD 4F C6 D 3C 0 16 11F 33 36
Octal 255 117 306 15 74 0 26 437 63 66
Binary 10101101 1001111 11000110 1101 111100 0 10110 100011111 110011 110110

Color Harmonies of #AD4FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FC6

Black with #AD4FC6

Text Example


Text Example

White with #AD4FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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