Html Css Color HEX #AD1DCE Dark Orchid

📋 copy color: '#AD1DCE'

red 173 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #AD1DCE

Tints of Dark Orchid #AD1DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

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

R = 42.4%
G = 7.11%
B = 50.49%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD1DCE (or 0xAD1DCE) is known color: Dark Orchid. HEX triplet: AD, 1D and CE. RGB value is (173,29,206). Sum of RGB (Red+Green+Blue) = 173+29+206=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD1DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DCE is #52E231. Grayscale: #5B5B5B. Windows color (decimal): -5431858 or 13508013. OLE color: 13508013.

HSL color Cylindrical-coordinate representation of color #AD1DCE: hue angle of 288.81º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1DCE is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 29 206 -
CMYK 0.16 0.86 0 0.19
HSL 288.81º 0.75% 0.46% -
HSV(B) 288.81º 0.86% 0.81% -
XYZ 28.81 14.22 59.62 -
YUV 92.23 192.21 185.61 -
System Red Green Blue C M Y K H S L
Decimal 173 29 206 0.16 0.86 0 0.19 288.81 0.75 0.46
Hex AD 1D CE 10 56 0 13 121 4B 2E
Octal 255 35 316 20 126 0 23 441 113 56
Binary 10101101 11101 11001110 10000 1010110 0 10011 100100001 1001011 101110

Color Harmonies of #AD1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1DCE

Black with #AD1DCE

Text Example


Text Example

White with #AD1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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