Html Css Color HEX #AD37CC Dark Orchid

📋 copy color: '#AD37CC'

red 173 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #AD37CC

Tints of Dark Orchid #AD37CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.73%

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

R = 40.05%
G = 12.73%
B = 47.22%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD37CC (or 0xAD37CC) is known color: Dark Orchid. HEX triplet: AD, 37 and CC. RGB value is (173,55,204). Sum of RGB (Red+Green+Blue) = 173+55+204=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD37CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37CC is #52C833. Grayscale: #6A6A6A. Windows color (decimal): -5425204 or 13383597. OLE color: 13383597.

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

Color convert

RGB 173 55 204 -
CMYK 0.15 0.73 0 0.2
HSL 287.52º 0.59% 0.51% -
HSV(B) 287.52º 0.73% 0.8% -
XYZ 29.5 15.98 58.66 -
YUV 107.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 173 55 204 0.15 0.73 0 0.2 287.52 0.59 0.51
Hex AD 37 CC F 49 0 14 120 3B 33
Octal 255 67 314 17 111 0 24 440 73 63
Binary 10101101 110111 11001100 1111 1001001 0 10100 100100000 111011 110011

Color Harmonies of #AD37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37CC

Black with #AD37CC

Text Example


Text Example

White with #AD37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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