Html Css Color HEX #AD4ECF Medium Orchid

📋 copy color: '#AD4ECF'

red 173 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #AD4ECF

Tints of Medium Orchid #AD4ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.03%

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

R = 37.77%
G = 17.03%
B = 45.2%

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

#AD4ECF (or 0xAD4ECF) is known color: Medium Orchid. HEX triplet: AD, 4E and CF. RGB value is (173,78,207). Sum of RGB (Red+Green+Blue) = 173+78+207=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ECF is #52B130. Grayscale: #787878. Windows color (decimal): -5419313 or 13586093. OLE color: 13586093.

HSL color Cylindrical-coordinate representation of color #AD4ECF: hue angle of 284.19º 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 #AD4ECF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 78 207 -
CMYK 0.16 0.62 0 0.19
HSL 284.19º 0.57% 0.56% -
HSV(B) 284.19º 0.62% 0.81% -
XYZ 31.22 18.84 61.02 -
YUV 121.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 173 78 207 0.16 0.62 0 0.19 284.19 0.57 0.56
Hex AD 4E CF 10 3E 0 13 11C 39 38
Octal 255 116 317 20 76 0 23 434 71 70
Binary 10101101 1001110 11001111 10000 111110 0 10011 100011100 111001 111000

Color Harmonies of #AD4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4ECF

Black with #AD4ECF

Text Example


Text Example

White with #AD4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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