Html Css Color HEX #AD2FD7 Dark Orchid

📋 copy color: '#AD2FD7'

red 173 ◦ green 47 ◦ blue 215

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

Shades of Dark Orchid #AD2FD7

Tints of Dark Orchid #AD2FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.43%

R = 39.77%
G = 10.8%
B = 49.43%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD2FD7 (or 0xAD2FD7) is known color: Dark Orchid. HEX triplet: AD, 2F and D7. RGB value is (173,47,215). Sum of RGB (Red+Green+Blue) = 173+47+215=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD2FD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FD7 is #52D028. Grayscale: #676767. Windows color (decimal): -5427241 or 14102445. OLE color: 14102445.

HSL color Cylindrical-coordinate representation of color #AD2FD7: hue angle of 285º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2FD7 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 47 215 -
CMYK 0.20 0.78 0 0.16
HSL 285º 0.68% 0.51% -
HSV(B) 285º 0.78% 0.84% -
XYZ 30.52 15.82 65.74 -
YUV 103.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 173 47 215 0.20 0.78 0 0.16 285 0.68 0.51
Hex AD 2F D7 14 4E 0 10 11D 44 33
Octal 255 57 327 24 116 0 20 435 104 63
Binary 10101101 101111 11010111 10100 1001110 0 10000 100011101 1000100 110011

Color Harmonies of #AD2FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FD7

Black with #AD2FD7

Text Example


Text Example

White with #AD2FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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