Html Css Color HEX #AD56FC Medium Orchid

📋 copy color: '#AD56FC'

red 173 ◦ green 86 ◦ blue 252

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

Shades of Medium Orchid #AD56FC

Tints of Medium Orchid #AD56FC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.83%

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

R = 33.86%
G = 16.83%
B = 49.32%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD56FC (or 0xAD56FC) is known color: Medium Orchid. HEX triplet: AD, 56 and FC. RGB value is (173,86,252). Sum of RGB (Red+Green+Blue) = 173+86+252=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD56FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56FC is #52A903. Grayscale: #828282. Windows color (decimal): -5417220 or 16537261. OLE color: 16537261.

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

Color convert

RGB 173 86 252 -
CMYK 0.31 0.66 0 0.01
HSL 271.45º 0.97% 0.66% -
HSV(B) 271.45º 0.66% 0.99% -
XYZ 38.13 22.57 94.44 -
YUV 130.94 196.32 158 -
System Red Green Blue C M Y K H S L
Decimal 173 86 252 0.31 0.66 0 0.01 271.45 0.97 0.66
Hex AD 56 FC 1F 42 0 1 10F 61 42
Octal 255 126 374 37 102 0 1 417 141 102
Binary 10101101 1010110 11111100 11111 1000010 0 1 100001111 1100001 1000010

Color Harmonies of #AD56FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56FC

Black with #AD56FC

Text Example


Text Example

White with #AD56FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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