Html Css Color HEX #AD58FC Medium Orchid

📋 copy color: '#AD58FC'

red 173 ◦ green 88 ◦ blue 252

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

Shades of Medium Orchid #AD58FC

Tints of Medium Orchid #AD58FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 33.72%
G = 17.15%
B = 49.12%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD58FC (or 0xAD58FC) is known color: Medium Orchid. HEX triplet: AD, 58 and FC. RGB value is (173,88,252). Sum of RGB (Red+Green+Blue) = 173+88+252=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD58FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58FC is #52A703. Grayscale: #838383. Windows color (decimal): -5416708 or 16537773. OLE color: 16537773.

HSL color Cylindrical-coordinate representation of color #AD58FC: hue angle of 271.1º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD58FC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 88 252 -
CMYK 0.31 0.65 0 0.01
HSL 271.1º 0.96% 0.67% -
HSV(B) 271.1º 0.65% 0.99% -
XYZ 38.29 22.89 94.5 -
YUV 132.11 195.66 157.16 -
System Red Green Blue C M Y K H S L
Decimal 173 88 252 0.31 0.65 0 0.01 271.1 0.96 0.67
Hex AD 58 FC 1F 41 0 1 10F 60 43
Octal 255 130 374 37 101 0 1 417 140 103
Binary 10101101 1011000 11111100 11111 1000001 0 1 100001111 1100000 1000011

Color Harmonies of #AD58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58FC

Black with #AD58FC

Text Example


Text Example

White with #AD58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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