Html Css Color HEX #AD23D0 Dark Orchid

📋 copy color: '#AD23D0'

red 173 ◦ green 35 ◦ blue 208

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

Shades of Dark Orchid #AD23D0

Tints of Dark Orchid #AD23D0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.41%

 BLUE value IS 208 (81.64% from 255) = 50%

R = 41.59%
G = 8.41%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD23D0 (or 0xAD23D0) is known color: Dark Orchid. HEX triplet: AD, 23 and D0. RGB value is (173,35,208). Sum of RGB (Red+Green+Blue) = 173+35+208=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD23D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23D0 is #52DC2F. Grayscale: #5F5F5F. Windows color (decimal): -5430320 or 13640621. OLE color: 13640621.

HSL color Cylindrical-coordinate representation of color #AD23D0: hue angle of 287.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD23D0 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 35 208 -
CMYK 0.17 0.83 0 0.18
HSL 287.86º 0.71% 0.48% -
HSV(B) 287.86º 0.83% 0.82% -
XYZ 29.22 14.64 60.96 -
YUV 95.98 191.22 182.93 -
System Red Green Blue C M Y K H S L
Decimal 173 35 208 0.17 0.83 0 0.18 287.86 0.71 0.48
Hex AD 23 D0 11 53 0 12 120 47 30
Octal 255 43 320 21 123 0 22 440 107 60
Binary 10101101 100011 11010000 10001 1010011 0 10010 100100000 1000111 110000

Color Harmonies of #AD23D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD23D0

Black with #AD23D0

Text Example


Text Example

White with #AD23D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD23D0; }

 p { color: rgb(173,35,208); }

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

background-color css

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

 a { background-color: rgb(173,35,208); }

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

border-color css

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

 span { border-color: rgb(173,35,208); }

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