Html Css Color HEX #AD67CD Medium Orchid

📋 copy color: '#AD67CD'

red 173 ◦ green 103 ◦ blue 205

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

Shades of Medium Orchid #AD67CD

Tints of Medium Orchid #AD67CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.41%

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

R = 35.97%
G = 21.41%
B = 42.62%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD67CD (or 0xAD67CD) is known color: Medium Orchid. HEX triplet: AD, 67 and CD. RGB value is (173,103,205). Sum of RGB (Red+Green+Blue) = 173+103+205=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD67CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67CD is #529832. Grayscale: #878787. Windows color (decimal): -5412915 or 13461421. OLE color: 13461421.

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

Color convert

RGB 173 103 205 -
CMYK 0.16 0.50 0 0.20
HSL 281.18º 0.5% 0.6% -
HSV(B) 281.18º 0.5% 0.8% -
XYZ 33.1 22.99 60.45 -
YUV 135.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 173 103 205 0.16 0.50 0 0.20 281.18 0.5 0.6
Hex AD 67 CD 10 32 0 14 119 32 3C
Octal 255 147 315 20 62 0 24 431 62 74
Binary 10101101 1100111 11001101 10000 110010 0 10100 100011001 110010 111100

Color Harmonies of #AD67CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67CD

Black with #AD67CD

Text Example


Text Example

White with #AD67CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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