Html Css Color HEX #AD2DCC Dark Orchid

📋 copy color: '#AD2DCC'

red 173 ◦ green 45 ◦ blue 204

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

Shades of Dark Orchid #AD2DCC

Tints of Dark Orchid #AD2DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.66%

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

R = 41%
G = 10.66%
B = 48.34%

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

#AD2DCC (or 0xAD2DCC) is known color: Dark Orchid. HEX triplet: AD, 2D and CC. RGB value is (173,45,204). Sum of RGB (Red+Green+Blue) = 173+45+204=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD2DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DCC is #52D233. Grayscale: #646464. Windows color (decimal): -5427764 or 13381037. OLE color: 13381037.

HSL color Cylindrical-coordinate representation of color #AD2DCC: hue angle of 288.3º degrees, saturation: 0.64, 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 #AD2DCC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 45 204 -
CMYK 0.15 0.78 0 0.2
HSL 288.3º 0.64% 0.49% -
HSV(B) 288.3º 0.78% 0.8% -
XYZ 29.07 15.12 58.51 -
YUV 101.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 173 45 204 0.15 0.78 0 0.2 288.3 0.64 0.49
Hex AD 2D CC F 4E 0 14 120 40 31
Octal 255 55 314 17 116 0 24 440 100 61
Binary 10101101 101101 11001100 1111 1001110 0 10100 100100000 1000000 110001

Color Harmonies of #AD2DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DCC

Black with #AD2DCC

Text Example


Text Example

White with #AD2DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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