Html Css Color HEX #AD20CF Dark Orchid

📋 copy color: '#AD20CF'

red 173 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #AD20CF

Tints of Dark Orchid #AD20CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.77%

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

R = 41.99%
G = 7.77%
B = 50.24%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD20CF (or 0xAD20CF) is known color: Dark Orchid. HEX triplet: AD, 20 and CF. RGB value is (173,32,207). Sum of RGB (Red+Green+Blue) = 173+32+207=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20CF is #52DF30. Grayscale: #5D5D5D. Windows color (decimal): -5431089 or 13574317. OLE color: 13574317.

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

Color convert

RGB 173 32 207 -
CMYK 0.16 0.85 0 0.19
HSL 288.34º 0.73% 0.47% -
HSV(B) 288.34º 0.85% 0.81% -
XYZ 29.01 14.42 60.29 -
YUV 94.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 173 32 207 0.16 0.85 0 0.19 288.34 0.73 0.47
Hex AD 20 CF 10 55 0 13 120 49 2F
Octal 255 40 317 20 125 0 23 440 111 57
Binary 10101101 100000 11001111 10000 1010101 0 10011 100100000 1001001 101111

Color Harmonies of #AD20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20CF

Black with #AD20CF

Text Example


Text Example

White with #AD20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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