Html Css Color HEX #AD2FDE Dark Orchid

📋 copy color: '#AD2FDE'

red 173 ◦ green 47 ◦ blue 222

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

Shades of Dark Orchid #AD2FDE

Tints of Dark Orchid #AD2FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.63%

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

R = 39.14%
G = 10.63%
B = 50.23%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD2FDE (or 0xAD2FDE) is known color: Dark Orchid. HEX triplet: AD, 2F and DE. RGB value is (173,47,222). Sum of RGB (Red+Green+Blue) = 173+47+222=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD2FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FDE is #52D021. Grayscale: #686868. Windows color (decimal): -5427234 or 14561197. OLE color: 14561197.

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

Color convert

RGB 173 47 222 -
CMYK 0.22 0.79 0 0.13
HSL 283.2º 0.73% 0.53% -
HSV(B) 283.2º 0.79% 0.87% -
XYZ 31.43 16.19 70.58 -
YUV 104.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 173 47 222 0.22 0.79 0 0.13 283.2 0.73 0.53
Hex AD 2F DE 16 4F 0 D 11B 49 35
Octal 255 57 336 26 117 0 15 433 111 65
Binary 10101101 101111 11011110 10110 1001111 0 1101 100011011 1001001 110101

Color Harmonies of #AD2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FDE

Black with #AD2FDE

Text Example


Text Example

White with #AD2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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