Html Css Color HEX #AD18CE Dark Orchid

📋 copy color: '#AD18CE'

red 173 ◦ green 24 ◦ blue 206

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

Shades of Dark Orchid #AD18CE

Tints of Dark Orchid #AD18CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

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

R = 42.93%
G = 5.96%
B = 51.12%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD18CE (or 0xAD18CE) is known color: Dark Orchid. HEX triplet: AD, 18 and CE. RGB value is (173,24,206). Sum of RGB (Red+Green+Blue) = 173+24+206=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD18CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18CE is #52E731. Grayscale: #585858. Windows color (decimal): -5433138 or 13506733. OLE color: 13506733.

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

Color convert

RGB 173 24 206 -
CMYK 0.16 0.88 0 0.19
HSL 289.12º 0.79% 0.45% -
HSV(B) 289.12º 0.88% 0.81% -
XYZ 28.7 13.99 59.58 -
YUV 89.3 193.86 187.7 -
System Red Green Blue C M Y K H S L
Decimal 173 24 206 0.16 0.88 0 0.19 289.12 0.79 0.45
Hex AD 18 CE 10 58 0 13 121 4F 2D
Octal 255 30 316 20 130 0 23 441 117 55
Binary 10101101 11000 11001110 10000 1011000 0 10011 100100001 1001111 101101

Color Harmonies of #AD18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18CE

Black with #AD18CE

Text Example


Text Example

White with #AD18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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