#AD3FCD

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

Shades of Dark Orchid #AD3FCD

Tints of Dark Orchid #AD3FCD

Color information

#AD3FCD (or 0xAD3FCD) is unknown color: approx Dark Orchid. HEX triplet: AD, 3F and CD. RGB value is (173,63,205). Sum of RGB (Red+Green+Blue) = 173+63+205=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD3FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FCD is #52C032. Grayscale: #6F6F6F. Windows color (decimal): -5423155 or 13451181. OLE color: 13451181.

HSL color Cylindrical-coordinate representation of color #AD3FCD: hue angle of 286.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3FCD is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17363205-
CMYK0.160.6900.20
HSL286.48º58.68%52.55%-
HSV(B)286.48º69.27%80.39%-
XYZ30.0316.8559.43-
YUV112.08180.44171.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 63 (25% from 255) = 14.29%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=39.23%
G=14.29%
B=46.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173632050.160.6900.20286.4858.6852.55
HexAD3FCD104501411e3b35
Octal25577315201050244367365
Binary1010110111111111001101100001000101010100100011110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3FCD; }

 p { color: rgb(173,63,205); }

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

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

 a { background-color: rgb(173,63,205); }

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

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

 span { border-color: rgb(173,63,205); }

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