Html Css Color HEX #AD45DE Medium Orchid

📋 copy color: '#AD45DE'

red 173 ◦ green 69 ◦ blue 222

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

Shades of Medium Orchid #AD45DE

Tints of Medium Orchid #AD45DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 37.28%
G = 14.87%
B = 47.84%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD45DE (or 0xAD45DE) is known color: Medium Orchid. HEX triplet: AD, 45 and DE. RGB value is (173,69,222). Sum of RGB (Red+Green+Blue) = 173+69+222=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD45DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45DE is #52BA21. Grayscale: #757575. Windows color (decimal): -5421602 or 14566829. OLE color: 14566829.

HSL color Cylindrical-coordinate representation of color #AD45DE: hue angle of 280.78º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD45DE is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 69 222 -
CMYK 0.22 0.69 0 0.13
HSL 280.78º 0.7% 0.57% -
HSV(B) 280.78º 0.69% 0.87% -
XYZ 32.55 18.41 70.95 -
YUV 117.54 186.96 167.56 -
System Red Green Blue C M Y K H S L
Decimal 173 69 222 0.22 0.69 0 0.13 280.78 0.7 0.57
Hex AD 45 DE 16 45 0 D 119 46 39
Octal 255 105 336 26 105 0 15 431 106 71
Binary 10101101 1000101 11011110 10110 1000101 0 1101 100011001 1000110 111001

Color Harmonies of #AD45DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45DE

Black with #AD45DE

Text Example


Text Example

White with #AD45DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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