Html Css Color HEX #AD18CC Dark Orchid

📋 copy color: '#AD18CC'

red 173 ◦ green 24 ◦ blue 204

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

Shades of Dark Orchid #AD18CC

Tints of Dark Orchid #AD18CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 43.14%
G = 5.99%
B = 50.87%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD18CC (or 0xAD18CC) is known color: Dark Orchid. HEX triplet: AD, 18 and CC. RGB value is (173,24,204). Sum of RGB (Red+Green+Blue) = 173+24+204=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD18CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18CC is #52E733. Grayscale: #585858. Windows color (decimal): -5433140 or 13375661. OLE color: 13375661.

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

Color convert

RGB 173 24 204 -
CMYK 0.15 0.88 0 0.2
HSL 289.67º 0.79% 0.45% -
HSV(B) 289.67º 0.88% 0.8% -
XYZ 28.46 13.9 58.31 -
YUV 89.07 192.86 187.86 -
System Red Green Blue C M Y K H S L
Decimal 173 24 204 0.15 0.88 0 0.2 289.67 0.79 0.45
Hex AD 18 CC F 58 0 14 122 4F 2D
Octal 255 30 314 17 130 0 24 442 117 55
Binary 10101101 11000 11001100 1111 1011000 0 10100 100100010 1001111 101101

Color Harmonies of #AD18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18CC

Black with #AD18CC

Text Example


Text Example

White with #AD18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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