Html Css Color HEX #AD62CD Medium Orchid

📋 copy color: '#AD62CD'

red 173 ◦ green 98 ◦ blue 205

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

Shades of Medium Orchid #AD62CD

Tints of Medium Orchid #AD62CD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.59%

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 36.34%
G = 20.59%
B = 43.07%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD62CD (or 0xAD62CD) is known color: Medium Orchid. HEX triplet: AD, 62 and CD. RGB value is (173,98,205). Sum of RGB (Red+Green+Blue) = 173+98+205=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD62CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62CD is #529D32. Grayscale: #848484. Windows color (decimal): -5414195 or 13460141. OLE color: 13460141.

HSL color Cylindrical-coordinate representation of color #AD62CD: hue angle of 282.06º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD62CD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 98 205 -
CMYK 0.16 0.52 0 0.20
HSL 282.06º 0.52% 0.59% -
HSV(B) 282.06º 0.52% 0.8% -
XYZ 32.62 22.03 60.29 -
YUV 132.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 173 98 205 0.16 0.52 0 0.20 282.06 0.52 0.59
Hex AD 62 CD 10 34 0 14 11A 34 3B
Octal 255 142 315 20 64 0 24 432 64 73
Binary 10101101 1100010 11001101 10000 110100 0 10100 100011010 110100 111011

Color Harmonies of #AD62CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD62CD

Black with #AD62CD

Text Example


Text Example

White with #AD62CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD62CD; }

 p { color: rgb(173,98,205); }

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

background-color css

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

 a { background-color: rgb(173,98,205); }

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

border-color css

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

 span { border-color: rgb(173,98,205); }

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