#AD3CDC

Color #AD3CDC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AD3CDC

Tints of Dark Orchid #AD3CDC

Color information

#AD3CDC (or 0xAD3CDC) is unknown color: approx Dark Orchid. HEX triplet: AD, 3C and DC. RGB value is (173,60,220). Sum of RGB (Red+Green+Blue) = 173+60+220=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD3CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CDC is #52C323. Grayscale: #6F6F6F. Windows color (decimal): -5423908 or 14433453. OLE color: 14433453.

HSL color Cylindrical-coordinate representation of color #AD3CDC: hue angle of 282.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3CDC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17360220-
CMYK0.210.7300.14
HSL282.38º69.57%54.9%-
HSV(B)282.38º72.73%86.27%-
XYZ31.7717.2869.37-
YUV112.03188.94171.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 60 (23.83% from 255) = 13.25%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=38.19%
G=13.25%
B=48.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173602200.210.7300.14282.3869.5754.9
HexAD3CDC15490E11a4637
Octal255743342511101643210667
Binary1010110111110011011100101011001001011101000110101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3CDC; }

 p { color: rgb(173,60,220); }

 H1.HeaderClassName
 {
   color: #AD3CDC;
 }
 .AnyTagClassName
 {
   color: #AD3CDC;
 }
</style>
background-color css

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

 a { background-color: rgb(173,60,220); }

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

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

 span { border-color: rgb(173,60,220); }

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