Html Css Color HEX #AD42EC Medium Orchid

📋 copy color: '#AD42EC'

red 173 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #AD42EC

Tints of Medium Orchid #AD42EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.89%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 36.42%
G = 13.89%
B = 49.68%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD42EC (or 0xAD42EC) is known color: Medium Orchid. HEX triplet: AD, 42 and EC. RGB value is (173,66,236). Sum of RGB (Red+Green+Blue) = 173+66+236=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD42EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42EC is #52BD13. Grayscale: #747474. Windows color (decimal): -5422356 or 15483565. OLE color: 15483565.

HSL color Cylindrical-coordinate representation of color #AD42EC: hue angle of 277.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD42EC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 66 236 -
CMYK 0.27 0.72 0 0.07
HSL 277.76º 0.82% 0.59% -
HSV(B) 277.76º 0.72% 0.93% -
XYZ 34.32 18.84 81.18 -
YUV 117.37 194.95 167.68 -
System Red Green Blue C M Y K H S L
Decimal 173 66 236 0.27 0.72 0 0.07 277.76 0.82 0.59
Hex AD 42 EC 1B 48 0 7 116 52 3B
Octal 255 102 354 33 110 0 7 426 122 73
Binary 10101101 1000010 11101100 11011 1001000 0 111 100010110 1010010 111011

Color Harmonies of #AD42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42EC

Black with #AD42EC

Text Example


Text Example

White with #AD42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42EC; }

 p { color: rgb(173,66,236); }

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

background-color css

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

 a { background-color: rgb(173,66,236); }

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

border-color css

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

 span { border-color: rgb(173,66,236); }

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