#DC6ADA

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

Shades of Orchid #DC6ADA

Tints of Orchid #DC6ADA

Color information

#DC6ADA (or 0xDC6ADA) is unknown color: approx Orchid. HEX triplet: DC, 6A and DA. RGB value is (220,106,218). Sum of RGB (Red+Green+Blue) = 220+106+218=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ADA is #239525. Grayscale: #989898. Windows color (decimal): -2331942 or 14314204. OLE color: 14314204.

HSL color Cylindrical-coordinate representation of color #DC6ADA: hue angle of 301.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6ADA is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220106218-
CMYK00.520.010.14
HSL301.05º61.96%63.92%-
HSV(B)301.05º51.82%86.27%-
XYZ47.3230.5969.74-
YUV152.85164.77175.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=40.44%
G=19.49%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010621800.520.010.14301.0561.9663.92
HexDC6ADA0341E12d3e40
Octal33415233206411645576100
Binary110111001101010110110100110100111101001011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6ADA; }

 p { color: rgb(220,106,218); }

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

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

 a { background-color: rgb(220,106,218); }

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

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

 span { border-color: rgb(220,106,218); }

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