Html Css Color HEX #AD40CF Medium Orchid

📋 copy color: '#AD40CF'

red 173 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #AD40CF

Tints of Medium Orchid #AD40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

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

R = 38.96%
G = 14.41%
B = 46.62%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD40CF (or 0xAD40CF) is known color: Medium Orchid. HEX triplet: AD, 40 and CF. RGB value is (173,64,207). Sum of RGB (Red+Green+Blue) = 173+64+207=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40CF is #52BF30. Grayscale: #707070. Windows color (decimal): -5422897 or 13582509. OLE color: 13582509.

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

Color convert

RGB 173 64 207 -
CMYK 0.16 0.69 0 0.19
HSL 285.73º 0.6% 0.53% -
HSV(B) 285.73º 0.69% 0.81% -
XYZ 30.33 17.06 60.73 -
YUV 112.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 173 64 207 0.16 0.69 0 0.19 285.73 0.6 0.53
Hex AD 40 CF 10 45 0 13 11E 3C 35
Octal 255 100 317 20 105 0 23 436 74 65
Binary 10101101 1000000 11001111 10000 1000101 0 10011 100011110 111100 110101

Color Harmonies of #AD40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40CF

Black with #AD40CF

Text Example


Text Example

White with #AD40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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