Html Css Color HEX #AD21CF Dark Orchid

📋 copy color: '#AD21CF'

red 173 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #AD21CF

Tints of Dark Orchid #AD21CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.99%

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

R = 41.89%
G = 7.99%
B = 50.12%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD21CF (or 0xAD21CF) is known color: Dark Orchid. HEX triplet: AD, 21 and CF. RGB value is (173,33,207). Sum of RGB (Red+Green+Blue) = 173+33+207=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21CF is #52DE30. Grayscale: #5E5E5E. Windows color (decimal): -5430833 or 13574573. OLE color: 13574573.

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

Color convert

RGB 173 33 207 -
CMYK 0.16 0.84 0 0.19
HSL 288.28º 0.73% 0.47% -
HSV(B) 288.28º 0.84% 0.81% -
XYZ 29.04 14.48 60.3 -
YUV 94.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 173 33 207 0.16 0.84 0 0.19 288.28 0.73 0.47
Hex AD 21 CF 10 54 0 13 120 48 2F
Octal 255 41 317 20 124 0 23 440 110 57
Binary 10101101 100001 11001111 10000 1010100 0 10011 100100000 1001000 101111

Color Harmonies of #AD21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21CF

Black with #AD21CF

Text Example


Text Example

White with #AD21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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