Html Css Color HEX #AD36CB Dark Orchid

📋 copy color: '#AD36CB'

red 173 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #AD36CB

Tints of Dark Orchid #AD36CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.56%

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

R = 40.23%
G = 12.56%
B = 47.21%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD36CB (or 0xAD36CB) is known color: Dark Orchid. HEX triplet: AD, 36 and CB. RGB value is (173,54,203). Sum of RGB (Red+Green+Blue) = 173+54+203=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD36CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36CB is #52C934. Grayscale: #6A6A6A. Windows color (decimal): -5425461 or 13317805. OLE color: 13317805.

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

Color convert

RGB 173 54 203 -
CMYK 0.15 0.73 0 0.20
HSL 287.92º 0.59% 0.5% -
HSV(B) 287.92º 0.73% 0.8% -
XYZ 29.33 15.83 58.01 -
YUV 106.57 182.42 175.38 -
System Red Green Blue C M Y K H S L
Decimal 173 54 203 0.15 0.73 0 0.20 287.92 0.59 0.5
Hex AD 36 CB F 49 0 14 120 3B 32
Octal 255 66 313 17 111 0 24 440 73 62
Binary 10101101 110110 11001011 1111 1001001 0 10100 100100000 111011 110010

Color Harmonies of #AD36CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36CB

Black with #AD36CB

Text Example


Text Example

White with #AD36CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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