Html Css Color HEX #AD17CB Dark Orchid

📋 copy color: '#AD17CB'

red 173 ◦ green 23 ◦ blue 203

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

Shades of Dark Orchid #AD17CB

Tints of Dark Orchid #AD17CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 43.36%
G = 5.76%
B = 50.88%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD17CB (or 0xAD17CB) is known color: Dark Orchid. HEX triplet: AD, 17 and CB. RGB value is (173,23,203). Sum of RGB (Red+Green+Blue) = 173+23+203=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD17CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17CB is #52E834. Grayscale: #575757. Windows color (decimal): -5433397 or 13309869. OLE color: 13309869.

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

Color convert

RGB 173 23 203 -
CMYK 0.15 0.89 0 0.20
HSL 290º 0.8% 0.44% -
HSV(B) 290º 0.89% 0.8% -
XYZ 28.32 13.81 57.67 -
YUV 88.37 192.7 188.36 -
System Red Green Blue C M Y K H S L
Decimal 173 23 203 0.15 0.89 0 0.20 290 0.8 0.44
Hex AD 17 CB F 59 0 14 122 50 2C
Octal 255 27 313 17 131 0 24 442 120 54
Binary 10101101 10111 11001011 1111 1011001 0 10100 100100010 1010000 101100

Color Harmonies of #AD17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17CB

Black with #AD17CB

Text Example


Text Example

White with #AD17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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