Html Css Color HEX #AD25D7 Dark Orchid

📋 copy color: '#AD25D7'

red 173 ◦ green 37 ◦ blue 215

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

Shades of Dark Orchid #AD25D7

Tints of Dark Orchid #AD25D7

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.71%

 BLUE value IS 215 (84.38% from 255) = 50.59%

R = 40.71%
G = 8.71%
B = 50.59%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD25D7 (or 0xAD25D7) is known color: Dark Orchid. HEX triplet: AD, 25 and D7. RGB value is (173,37,215). Sum of RGB (Red+Green+Blue) = 173+37+215=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD25D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25D7 is #52DA28. Grayscale: #616161. Windows color (decimal): -5429801 or 14099885. OLE color: 14099885.

HSL color Cylindrical-coordinate representation of color #AD25D7: hue angle of 285.84º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD25D7 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 37 215 -
CMYK 0.20 0.83 0 0.16
HSL 285.84º 0.71% 0.49% -
HSV(B) 285.84º 0.83% 0.84% -
XYZ 30.16 15.11 65.62 -
YUV 97.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 173 37 215 0.20 0.83 0 0.16 285.84 0.71 0.49
Hex AD 25 D7 14 53 0 10 11E 47 31
Octal 255 45 327 24 123 0 20 436 107 61
Binary 10101101 100101 11010111 10100 1010011 0 10000 100011110 1000111 110001

Color Harmonies of #AD25D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25D7

Black with #AD25D7

Text Example


Text Example

White with #AD25D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25D7; }

 p { color: rgb(173,37,215); }

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

background-color css

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

 a { background-color: rgb(173,37,215); }

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

border-color css

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

 span { border-color: rgb(173,37,215); }

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