Html Css Color HEX #AD4CCE Medium Orchid

📋 copy color: '#AD4CCE'

red 173 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #AD4CCE

Tints of Medium Orchid #AD4CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 38.02%
G = 16.7%
B = 45.27%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD4CCE (or 0xAD4CCE) is known color: Medium Orchid. HEX triplet: AD, 4C and CE. RGB value is (173,76,206). Sum of RGB (Red+Green+Blue) = 173+76+206=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD4CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CCE is #52B331. Grayscale: #777777. Windows color (decimal): -5419826 or 13520045. OLE color: 13520045.

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

Color convert

RGB 173 76 206 -
CMYK 0.16 0.63 0 0.19
HSL 284.77º 0.57% 0.55% -
HSV(B) 284.77º 0.63% 0.81% -
XYZ 30.96 18.51 60.33 -
YUV 119.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 173 76 206 0.16 0.63 0 0.19 284.77 0.57 0.55
Hex AD 4C CE 10 3F 0 13 11D 39 37
Octal 255 114 316 20 77 0 23 435 71 67
Binary 10101101 1001100 11001110 10000 111111 0 10011 100011101 111001 110111

Color Harmonies of #AD4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CCE

Black with #AD4CCE

Text Example


Text Example

White with #AD4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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