Html Css Color HEX #AD40CC Medium Orchid

📋 copy color: '#AD40CC'

red 173 ◦ green 64 ◦ blue 204

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

Shades of Medium Orchid #AD40CC

Tints of Medium Orchid #AD40CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.51%

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

R = 39.23%
G = 14.51%
B = 46.26%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD40CC (or 0xAD40CC) is known color: Medium Orchid. HEX triplet: AD, 40 and CC. RGB value is (173,64,204). Sum of RGB (Red+Green+Blue) = 173+64+204=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD40CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40CC is #52BF33. Grayscale: #707070. Windows color (decimal): -5422900 or 13385901. OLE color: 13385901.

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

Color convert

RGB 173 64 204 -
CMYK 0.15 0.69 0 0.2
HSL 286.71º 0.58% 0.53% -
HSV(B) 286.71º 0.69% 0.8% -
XYZ 29.97 16.91 58.81 -
YUV 112.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 173 64 204 0.15 0.69 0 0.2 286.71 0.58 0.53
Hex AD 40 CC F 45 0 14 11F 3A 35
Octal 255 100 314 17 105 0 24 437 72 65
Binary 10101101 1000000 11001100 1111 1000101 0 10100 100011111 111010 110101

Color Harmonies of #AD40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40CC

Black with #AD40CC

Text Example


Text Example

White with #AD40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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