Html Css Color HEX #AD58CF Medium Orchid

📋 copy color: '#AD58CF'

red 173 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #AD58CF

Tints of Medium Orchid #AD58CF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.8%

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

R = 36.97%
G = 18.8%
B = 44.23%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD58CF (or 0xAD58CF) is known color: Medium Orchid. HEX triplet: AD, 58 and CF. RGB value is (173,88,207). Sum of RGB (Red+Green+Blue) = 173+88+207=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58CF is #52A730. Grayscale: #7E7E7E. Windows color (decimal): -5416753 or 13588653. OLE color: 13588653.

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

Color convert

RGB 173 88 207 -
CMYK 0.16 0.57 0 0.19
HSL 282.86º 0.55% 0.58% -
HSV(B) 282.86º 0.57% 0.81% -
XYZ 31.99 20.37 61.28 -
YUV 126.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 173 88 207 0.16 0.57 0 0.19 282.86 0.55 0.58
Hex AD 58 CF 10 39 0 13 11B 37 3A
Octal 255 130 317 20 71 0 23 433 67 72
Binary 10101101 1011000 11001111 10000 111001 0 10011 100011011 110111 111010

Color Harmonies of #AD58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58CF

Black with #AD58CF

Text Example


Text Example

White with #AD58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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