Html Css Color HEX #AD17CC Dark Orchid

📋 copy color: '#AD17CC'

red 173 ◦ green 23 ◦ blue 204

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

Shades of Dark Orchid #AD17CC

Tints of Dark Orchid #AD17CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.75%

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

R = 43.25%
G = 5.75%
B = 51%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD17CC (or 0xAD17CC) is known color: Dark Orchid. HEX triplet: AD, 17 and CC. RGB value is (173,23,204). Sum of RGB (Red+Green+Blue) = 173+23+204=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD17CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17CC is #52E833. Grayscale: #575757. Windows color (decimal): -5433396 or 13375405. OLE color: 13375405.

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

Color convert

RGB 173 23 204 -
CMYK 0.15 0.89 0 0.2
HSL 289.72º 0.8% 0.45% -
HSV(B) 289.72º 0.89% 0.8% -
XYZ 28.44 13.86 58.3 -
YUV 88.48 193.2 188.28 -
System Red Green Blue C M Y K H S L
Decimal 173 23 204 0.15 0.89 0 0.2 289.72 0.8 0.45
Hex AD 17 CC F 59 0 14 122 50 2D
Octal 255 27 314 17 131 0 24 442 120 55
Binary 10101101 10111 11001100 1111 1011001 0 10100 100100010 1010000 101101

Color Harmonies of #AD17CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17CC

Black with #AD17CC

Text Example


Text Example

White with #AD17CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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