Html Css Color HEX #AD25CF Dark Orchid

📋 copy color: '#AD25CF'

red 173 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #AD25CF

Tints of Dark Orchid #AD25CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 41.49%
G = 8.87%
B = 49.64%

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

#AD25CF (or 0xAD25CF) is known color: Dark Orchid. HEX triplet: AD, 25 and CF. RGB value is (173,37,207). Sum of RGB (Red+Green+Blue) = 173+37+207=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD25CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25CF is #52DA30. Grayscale: #606060. Windows color (decimal): -5429809 or 13575597. OLE color: 13575597.

HSL color Cylindrical-coordinate representation of color #AD25CF: hue angle of 288º 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 #AD25CF is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 37 207 -
CMYK 0.16 0.82 0 0.19
HSL 288º 0.7% 0.48% -
HSV(B) 288º 0.82% 0.81% -
XYZ 29.16 14.71 60.33 -
YUV 97.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 173 37 207 0.16 0.82 0 0.19 288 0.7 0.48
Hex AD 25 CF 10 52 0 13 120 46 30
Octal 255 45 317 20 122 0 23 440 106 60
Binary 10101101 100101 11001111 10000 1010010 0 10011 100100000 1000110 110000

Color Harmonies of #AD25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25CF

Black with #AD25CF

Text Example


Text Example

White with #AD25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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