Html Css Color HEX #AD4FC8 Medium Orchid

📋 copy color: '#AD4FC8'

red 173 ◦ green 79 ◦ blue 200

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

Shades of Medium Orchid #AD4FC8

Tints of Medium Orchid #AD4FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.25%

R = 38.27%
G = 17.48%
B = 44.25%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD4FC8 (or 0xAD4FC8) is known color: Medium Orchid. HEX triplet: AD, 4F and C8. RGB value is (173,79,200). Sum of RGB (Red+Green+Blue) = 173+79+200=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD4FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FC8 is #52B037. Grayscale: #787878. Windows color (decimal): -5419064 or 13127597. OLE color: 13127597.

HSL color Cylindrical-coordinate representation of color #AD4FC8: hue angle of 286.61º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4FC8 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 79 200 -
CMYK 0.14 0.60 0 0.22
HSL 286.61º 0.52% 0.55% -
HSV(B) 286.61º 0.61% 0.78% -
XYZ 30.45 18.65 56.64 -
YUV 120.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 173 79 200 0.14 0.60 0 0.22 286.61 0.52 0.55
Hex AD 4F C8 E 3C 0 16 11F 34 37
Octal 255 117 310 16 74 0 26 437 64 67
Binary 10101101 1001111 11001000 1110 111100 0 10110 100011111 110100 110111

Color Harmonies of #AD4FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FC8

Black with #AD4FC8

Text Example


Text Example

White with #AD4FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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