Html Css Color HEX #AD2CCC Dark Orchid

📋 copy color: '#AD2CCC'

red 173 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #AD2CCC

Tints of Dark Orchid #AD2CCC

RGB

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

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

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

R = 41.09%
G = 10.45%
B = 48.46%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD2CCC (or 0xAD2CCC) is known color: Dark Orchid. HEX triplet: AD, 2C and CC. RGB value is (173,44,204). Sum of RGB (Red+Green+Blue) = 173+44+204=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD2CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CCC is #52D333. Grayscale: #646464. Windows color (decimal): -5428020 or 13380781. OLE color: 13380781.

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

Color convert

RGB 173 44 204 -
CMYK 0.15 0.78 0 0.2
HSL 288.38º 0.65% 0.49% -
HSV(B) 288.38º 0.78% 0.8% -
XYZ 29.03 15.05 58.5 -
YUV 100.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 173 44 204 0.15 0.78 0 0.2 288.38 0.65 0.49
Hex AD 2C CC F 4E 0 14 120 41 31
Octal 255 54 314 17 116 0 24 440 101 61
Binary 10101101 101100 11001100 1111 1001110 0 10100 100100000 1000001 110001

Color Harmonies of #AD2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CCC

Black with #AD2CCC

Text Example


Text Example

White with #AD2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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