Html Css Color HEX #AD67CE Medium Orchid

📋 copy color: '#AD67CE'

red 173 ◦ green 103 ◦ blue 206

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

Shades of Medium Orchid #AD67CE

Tints of Medium Orchid #AD67CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 35.89%
G = 21.37%
B = 42.74%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD67CE (or 0xAD67CE) is known color: Medium Orchid. HEX triplet: AD, 67 and CE. RGB value is (173,103,206). Sum of RGB (Red+Green+Blue) = 173+103+206=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD67CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67CE is #529831. Grayscale: #878787. Windows color (decimal): -5412914 or 13526957. OLE color: 13526957.

HSL color Cylindrical-coordinate representation of color #AD67CE: hue angle of 280.78º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD67CE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 103 206 -
CMYK 0.16 0.50 0 0.19
HSL 280.78º 0.51% 0.61% -
HSV(B) 280.78º 0.5% 0.81% -
XYZ 33.22 23.04 61.09 -
YUV 135.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 173 103 206 0.16 0.50 0 0.19 280.78 0.51 0.61
Hex AD 67 CE 10 32 0 13 119 33 3D
Octal 255 147 316 20 62 0 23 431 63 75
Binary 10101101 1100111 11001110 10000 110010 0 10011 100011001 110011 111101

Color Harmonies of #AD67CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67CE

Black with #AD67CE

Text Example


Text Example

White with #AD67CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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