#AD67CD

Color #AD67CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AD67CD

Tints of Medium Orchid #AD67CD

Color information

#AD67CD (or 0xAD67CD) is unknown color: approx 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

RGB173103205-
CMYK0.160.5000.20
HSL281.18º50.5%60.39%-
HSV(B)281.18º49.76%80.39%-
XYZ33.122.9960.45-
YUV135.56167.19154.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 103 (40.62% 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 (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731032050.160.5000.20281.1850.560.39
HexAD67CD1032014119323c
Octal25514731520620244316274
Binary1010110111001111100110110000110010010100100011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>