Html Css Color HEX #AD4FCA Medium Orchid

📋 copy color: '#AD4FCA'

red 173 ◦ green 79 ◦ blue 202

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

Shades of Medium Orchid #AD4FCA

Tints of Medium Orchid #AD4FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 38.11%
G = 17.4%
B = 44.49%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD4FCA (or 0xAD4FCA) is known color: Medium Orchid. HEX triplet: AD, 4F and CA. RGB value is (173,79,202). Sum of RGB (Red+Green+Blue) = 173+79+202=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD4FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FCA is #52B035. Grayscale: #787878. Windows color (decimal): -5419062 or 13258669. OLE color: 13258669.

HSL color Cylindrical-coordinate representation of color #AD4FCA: hue angle of 285.85º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4FCA is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 79 202 -
CMYK 0.14 0.61 0 0.21
HSL 285.85º 0.54% 0.55% -
HSV(B) 285.85º 0.61% 0.79% -
XYZ 30.69 18.74 57.88 -
YUV 121.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 173 79 202 0.14 0.61 0 0.21 285.85 0.54 0.55
Hex AD 4F CA E 3D 0 15 11E 36 37
Octal 255 117 312 16 75 0 25 436 66 67
Binary 10101101 1001111 11001010 1110 111101 0 10101 100011110 110110 110111

Color Harmonies of #AD4FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FCA

Black with #AD4FCA

Text Example


Text Example

White with #AD4FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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