Html Css Color HEX #AD45CC Medium Orchid

📋 copy color: '#AD45CC'

red 173 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #AD45CC

Tints of Medium Orchid #AD45CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.47%

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

R = 38.79%
G = 15.47%
B = 45.74%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD45CC (or 0xAD45CC) is known color: Medium Orchid. HEX triplet: AD, 45 and CC. RGB value is (173,69,204). Sum of RGB (Red+Green+Blue) = 173+69+204=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45CC is #52BA33. Grayscale: #737373. Windows color (decimal): -5421620 or 13387181. OLE color: 13387181.

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

Color convert

RGB 173 69 204 -
CMYK 0.15 0.66 0 0.2
HSL 286.22º 0.57% 0.54% -
HSV(B) 286.22º 0.66% 0.8% -
XYZ 30.26 17.5 58.91 -
YUV 115.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 173 69 204 0.15 0.66 0 0.2 286.22 0.57 0.54
Hex AD 45 CC F 42 0 14 11E 39 36
Octal 255 105 314 17 102 0 24 436 71 66
Binary 10101101 1000101 11001100 1111 1000010 0 10100 100011110 111001 110110

Color Harmonies of #AD45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45CC

Black with #AD45CC

Text Example


Text Example

White with #AD45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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