Html Css Color HEX #AD36CD Dark Orchid

📋 copy color: '#AD36CD'

red 173 ◦ green 54 ◦ blue 205

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

Shades of Dark Orchid #AD36CD

Tints of Dark Orchid #AD36CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 40.05%
G = 12.5%
B = 47.45%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD36CD (or 0xAD36CD) is known color: Dark Orchid. HEX triplet: AD, 36 and CD. RGB value is (173,54,205). Sum of RGB (Red+Green+Blue) = 173+54+205=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD36CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36CD is #52C932. Grayscale: #6A6A6A. Windows color (decimal): -5425459 or 13448877. OLE color: 13448877.

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

Color convert

RGB 173 54 205 -
CMYK 0.16 0.74 0 0.20
HSL 287.28º 0.6% 0.51% -
HSV(B) 287.28º 0.74% 0.8% -
XYZ 29.57 15.93 59.27 -
YUV 106.8 183.42 175.22 -
System Red Green Blue C M Y K H S L
Decimal 173 54 205 0.16 0.74 0 0.20 287.28 0.6 0.51
Hex AD 36 CD 10 4A 0 14 11F 3C 33
Octal 255 66 315 20 112 0 24 437 74 63
Binary 10101101 110110 11001101 10000 1001010 0 10100 100011111 111100 110011

Color Harmonies of #AD36CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36CD

Black with #AD36CD

Text Example


Text Example

White with #AD36CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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