Html Css Color HEX #AD25DD Dark Orchid

📋 copy color: '#AD25DD'

red 173 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #AD25DD

Tints of Dark Orchid #AD25DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 40.14%
G = 8.58%
B = 51.28%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD25DD (or 0xAD25DD) is known color: Dark Orchid. HEX triplet: AD, 25 and DD. RGB value is (173,37,221). Sum of RGB (Red+Green+Blue) = 173+37+221=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD25DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25DD is #52DA22. Grayscale: #626262. Windows color (decimal): -5429795 or 14493101. OLE color: 14493101.

HSL color Cylindrical-coordinate representation of color #AD25DD: hue angle of 284.35º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD25DD is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 37 221 -
CMYK 0.22 0.83 0 0.13
HSL 284.35º 0.73% 0.51% -
HSV(B) 284.35º 0.83% 0.87% -
XYZ 30.95 15.43 69.75 -
YUV 98.64 197.06 181.04 -
System Red Green Blue C M Y K H S L
Decimal 173 37 221 0.22 0.83 0 0.13 284.35 0.73 0.51
Hex AD 25 DD 16 53 0 D 11C 49 33
Octal 255 45 335 26 123 0 15 434 111 63
Binary 10101101 100101 11011101 10110 1010011 0 1101 100011100 1001001 110011

Color Harmonies of #AD25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25DD

Black with #AD25DD

Text Example


Text Example

White with #AD25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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