Html Css Color HEX #AD21CC Dark Orchid

📋 copy color: '#AD21CC'

red 173 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #AD21CC

Tints of Dark Orchid #AD21CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 42.2%
G = 8.05%
B = 49.76%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD21CC (or 0xAD21CC) is known color: Dark Orchid. HEX triplet: AD, 21 and CC. RGB value is (173,33,204). Sum of RGB (Red+Green+Blue) = 173+33+204=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21CC is #52DE33. Grayscale: #5D5D5D. Windows color (decimal): -5430836 or 13377965. OLE color: 13377965.

HSL color Cylindrical-coordinate representation of color #AD21CC: hue angle of 289.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD21CC is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 33 204 -
CMYK 0.15 0.84 0 0.2
HSL 289.12º 0.72% 0.46% -
HSV(B) 289.12º 0.84% 0.8% -
XYZ 28.68 14.33 58.38 -
YUV 94.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 173 33 204 0.15 0.84 0 0.2 289.12 0.72 0.46
Hex AD 21 CC F 54 0 14 121 48 2E
Octal 255 41 314 17 124 0 24 441 110 56
Binary 10101101 100001 11001100 1111 1010100 0 10100 100100001 1001000 101110

Color Harmonies of #AD21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21CC

Black with #AD21CC

Text Example


Text Example

White with #AD21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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