Html Css Color HEX #AD45CA Medium Orchid

📋 copy color: '#AD45CA'

red 173 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #AD45CA

Tints of Medium Orchid #AD45CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 38.96%
G = 15.54%
B = 45.5%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD45CA (or 0xAD45CA) is known color: Medium Orchid. HEX triplet: AD, 45 and CA. RGB value is (173,69,202). Sum of RGB (Red+Green+Blue) = 173+69+202=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD45CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45CA is #52BA35. Grayscale: #727272. Windows color (decimal): -5421622 or 13256109. OLE color: 13256109.

HSL color Cylindrical-coordinate representation of color #AD45CA: hue angle of 286.92º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD45CA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 69 202 -
CMYK 0.14 0.66 0 0.21
HSL 286.92º 0.56% 0.53% -
HSV(B) 286.92º 0.66% 0.79% -
XYZ 30.02 17.4 57.65 -
YUV 115.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 173 69 202 0.14 0.66 0 0.21 286.92 0.56 0.53
Hex AD 45 CA E 42 0 15 11F 38 35
Octal 255 105 312 16 102 0 25 437 70 65
Binary 10101101 1000101 11001010 1110 1000010 0 10101 100011111 111000 110101

Color Harmonies of #AD45CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45CA

Black with #AD45CA

Text Example


Text Example

White with #AD45CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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