Html Css Color HEX #AD25DE Dark Orchid

📋 copy color: '#AD25DE'

red 173 ◦ green 37 ◦ blue 222

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

Shades of Dark Orchid #AD25DE

Tints of Dark Orchid #AD25DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 40.05%
G = 8.56%
B = 51.39%

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

#AD25DE (or 0xAD25DE) is known color: Dark Orchid. HEX triplet: AD, 25 and DE. RGB value is (173,37,222). Sum of RGB (Red+Green+Blue) = 173+37+222=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD25DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25DE is #52DA21. Grayscale: #626262. Windows color (decimal): -5429794 or 14558637. OLE color: 14558637.

HSL color Cylindrical-coordinate representation of color #AD25DE: hue angle of 284.11º degrees, saturation: 0.74, 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 #AD25DE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 37 222 -
CMYK 0.22 0.83 0 0.13
HSL 284.11º 0.74% 0.51% -
HSV(B) 284.11º 0.83% 0.87% -
XYZ 31.08 15.48 70.46 -
YUV 98.75 197.56 180.96 -
System Red Green Blue C M Y K H S L
Decimal 173 37 222 0.22 0.83 0 0.13 284.11 0.74 0.51
Hex AD 25 DE 16 53 0 D 11C 4A 33
Octal 255 45 336 26 123 0 15 434 112 63
Binary 10101101 100101 11011110 10110 1010011 0 1101 100011100 1001010 110011

Color Harmonies of #AD25DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25DE

Black with #AD25DE

Text Example


Text Example

White with #AD25DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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