Html Css Color HEX #AD45CF Medium Orchid

📋 copy color: '#AD45CF'

red 173 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #AD45CF

Tints of Medium Orchid #AD45CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 38.53%
G = 15.37%
B = 46.1%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD45CF (or 0xAD45CF) is known color: Medium Orchid. HEX triplet: AD, 45 and CF. RGB value is (173,69,207). Sum of RGB (Red+Green+Blue) = 173+69+207=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD45CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45CF is #52BA30. Grayscale: #737373. Windows color (decimal): -5421617 or 13583789. OLE color: 13583789.

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

Color convert

RGB 173 69 207 -
CMYK 0.16 0.67 0 0.19
HSL 285.22º 0.59% 0.54% -
HSV(B) 285.22º 0.67% 0.81% -
XYZ 30.62 17.65 60.82 -
YUV 115.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 173 69 207 0.16 0.67 0 0.19 285.22 0.59 0.54
Hex AD 45 CF 10 43 0 13 11D 3B 36
Octal 255 105 317 20 103 0 23 435 73 66
Binary 10101101 1000101 11001111 10000 1000011 0 10011 100011101 111011 110110

Color Harmonies of #AD45CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45CF

Black with #AD45CF

Text Example


Text Example

White with #AD45CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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