Html Css Color HEX #AD4CFF Medium Orchid

📋 copy color: '#AD4CFF'

red 173 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #AD4CFF

Tints of Medium Orchid #AD4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 34.33%
G = 15.08%
B = 50.6%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD4CFF (or 0xAD4CFF) is known color: Medium Orchid. HEX triplet: AD, 4C and FF. RGB value is (173,76,255). Sum of RGB (Red+Green+Blue) = 173+76+255=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CFF is #52B300. Grayscale: #7C7C7C. Windows color (decimal): -5419777 or 16731309. OLE color: 16731309.

HSL color Cylindrical-coordinate representation of color #AD4CFF: hue angle of 272.51º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4CFF is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 76 255 -
CMYK 0.32 0.70 0 0
HSL 272.51º 1% 0.65% -
HSV(B) 272.51º 0.7% 1% -
XYZ 37.87 21.27 96.72 -
YUV 125.41 201.14 161.95 -
System Red Green Blue C M Y K H S L
Decimal 173 76 255 0.32 0.70 0 0 272.51 1 0.65
Hex AD 4C FF 20 46 0 0 111 64 41
Octal 255 114 377 40 106 0 0 421 144 101
Binary 10101101 1001100 11111111 100000 1000110 0 0 100010001 1100100 1000001

Color Harmonies of #AD4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CFF

Black with #AD4CFF

Text Example


Text Example

White with #AD4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CFF; }

 p { color: rgb(173,76,255); }

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

background-color css

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

 a { background-color: rgb(173,76,255); }

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

border-color css

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

 span { border-color: rgb(173,76,255); }

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