Html Css Color HEX #AD41CC Medium Orchid

📋 copy color: '#AD41CC'

red 173 ◦ green 65 ◦ blue 204

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

Shades of Medium Orchid #AD41CC

Tints of Medium Orchid #AD41CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.71%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 39.14%
G = 14.71%
B = 46.15%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD41CC (or 0xAD41CC) is known color: Medium Orchid. HEX triplet: AD, 41 and CC. RGB value is (173,65,204). Sum of RGB (Red+Green+Blue) = 173+65+204=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD41CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41CC is #52BE33. Grayscale: #707070. Windows color (decimal): -5422644 or 13386157. OLE color: 13386157.

HSL color Cylindrical-coordinate representation of color #AD41CC: hue angle of 286.62º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD41CC is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 65 204 -
CMYK 0.15 0.68 0 0.2
HSL 286.62º 0.58% 0.53% -
HSV(B) 286.62º 0.68% 0.8% -
XYZ 30.02 17.02 58.83 -
YUV 113.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 173 65 204 0.15 0.68 0 0.2 286.62 0.58 0.53
Hex AD 41 CC F 44 0 14 11F 3A 35
Octal 255 101 314 17 104 0 24 437 72 65
Binary 10101101 1000001 11001100 1111 1000100 0 10100 100011111 111010 110101

Color Harmonies of #AD41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41CC

Black with #AD41CC

Text Example


Text Example

White with #AD41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41CC; }

 p { color: rgb(173,65,204); }

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

background-color css

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

 a { background-color: rgb(173,65,204); }

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

border-color css

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

 span { border-color: rgb(173,65,204); }

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