Html Css Color HEX #AD2CD7 Dark Orchid

📋 copy color: '#AD2CD7'

red 173 ◦ green 44 ◦ blue 215

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

Shades of Dark Orchid #AD2CD7

Tints of Dark Orchid #AD2CD7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.19%

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

R = 40.05%
G = 10.19%
B = 49.77%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD2CD7 (or 0xAD2CD7) is known color: Dark Orchid. HEX triplet: AD, 2C and D7. RGB value is (173,44,215). Sum of RGB (Red+Green+Blue) = 173+44+215=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD2CD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CD7 is #52D328. Grayscale: #656565. Windows color (decimal): -5428009 or 14101677. OLE color: 14101677.

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

Color convert

RGB 173 44 215 -
CMYK 0.20 0.80 0 0.16
HSL 285.26º 0.68% 0.51% -
HSV(B) 285.26º 0.8% 0.84% -
XYZ 30.4 15.59 65.7 -
YUV 102.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 173 44 215 0.20 0.80 0 0.16 285.26 0.68 0.51
Hex AD 2C D7 14 50 0 10 11D 44 33
Octal 255 54 327 24 120 0 20 435 104 63
Binary 10101101 101100 11010111 10100 1010000 0 10000 100011101 1000100 110011

Color Harmonies of #AD2CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CD7

Black with #AD2CD7

Text Example


Text Example

White with #AD2CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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