Html Css Color HEX #AD25CE Dark Orchid

📋 copy color: '#AD25CE'

red 173 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #AD25CE

Tints of Dark Orchid #AD25CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 41.59%
G = 8.89%
B = 49.52%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD25CE (or 0xAD25CE) is known color: Dark Orchid. HEX triplet: AD, 25 and CE. RGB value is (173,37,206). Sum of RGB (Red+Green+Blue) = 173+37+206=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD25CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25CE is #52DA31. Grayscale: #606060. Windows color (decimal): -5429810 or 13510061. OLE color: 13510061.

HSL color Cylindrical-coordinate representation of color #AD25CE: hue angle of 288.28º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD25CE is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 37 206 -
CMYK 0.16 0.82 0 0.19
HSL 288.28º 0.7% 0.48% -
HSV(B) 288.28º 0.82% 0.81% -
XYZ 29.04 14.66 59.69 -
YUV 96.93 189.56 182.26 -
System Red Green Blue C M Y K H S L
Decimal 173 37 206 0.16 0.82 0 0.19 288.28 0.7 0.48
Hex AD 25 CE 10 52 0 13 120 46 30
Octal 255 45 316 20 122 0 23 440 106 60
Binary 10101101 100101 11001110 10000 1010010 0 10011 100100000 1000110 110000

Color Harmonies of #AD25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25CE

Black with #AD25CE

Text Example


Text Example

White with #AD25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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