Html Css Color HEX #AD67CB Medium Orchid

📋 copy color: '#AD67CB'

red 173 ◦ green 103 ◦ blue 203

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

Shades of Medium Orchid #AD67CB

Tints of Medium Orchid #AD67CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 36.12%
G = 21.5%
B = 42.38%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD67CB (or 0xAD67CB) is known color: Medium Orchid. HEX triplet: AD, 67 and CB. RGB value is (173,103,203). Sum of RGB (Red+Green+Blue) = 173+103+203=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD67CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67CB is #529834. Grayscale: #878787. Windows color (decimal): -5412917 or 13330349. OLE color: 13330349.

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

Color convert

RGB 173 103 203 -
CMYK 0.15 0.49 0 0.20
HSL 282º 0.49% 0.6% -
HSV(B) 282º 0.49% 0.8% -
XYZ 32.86 22.9 59.19 -
YUV 135.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 173 103 203 0.15 0.49 0 0.20 282 0.49 0.6
Hex AD 67 CB F 31 0 14 11A 31 3C
Octal 255 147 313 17 61 0 24 432 61 74
Binary 10101101 1100111 11001011 1111 110001 0 10100 100011010 110001 111100

Color Harmonies of #AD67CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67CB

Black with #AD67CB

Text Example


Text Example

White with #AD67CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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