Html Css Color HEX #AD40CB Medium Orchid

📋 copy color: '#AD40CB'

red 173 ◦ green 64 ◦ blue 203

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

Shades of Medium Orchid #AD40CB

Tints of Medium Orchid #AD40CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.55%

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

R = 39.32%
G = 14.55%
B = 46.14%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD40CB (or 0xAD40CB) is known color: Medium Orchid. HEX triplet: AD, 40 and CB. RGB value is (173,64,203). Sum of RGB (Red+Green+Blue) = 173+64+203=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD40CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40CB is #52BF34. Grayscale: #6F6F6F. Windows color (decimal): -5422901 or 13320365. OLE color: 13320365.

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

Color convert

RGB 173 64 203 -
CMYK 0.15 0.68 0 0.20
HSL 287.05º 0.57% 0.52% -
HSV(B) 287.05º 0.68% 0.8% -
XYZ 29.85 16.86 58.18 -
YUV 112.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 173 64 203 0.15 0.68 0 0.20 287.05 0.57 0.52
Hex AD 40 CB F 44 0 14 11F 39 34
Octal 255 100 313 17 104 0 24 437 71 64
Binary 10101101 1000000 11001011 1111 1000100 0 10100 100011111 111001 110100

Color Harmonies of #AD40CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40CB

Black with #AD40CB

Text Example


Text Example

White with #AD40CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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