#DC6DDD

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

Shades of Orchid #DC6DDD

Tints of Orchid #DC6DDD

Color information

#DC6DDD (or 0xDC6DDD) is unknown color: approx Orchid. HEX triplet: DC, 6D and DD. RGB value is (220,109,221). Sum of RGB (Red+Green+Blue) = 220+109+221=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DDD is #239222. Grayscale: #9A9A9A. Windows color (decimal): -2331171 or 14511580. OLE color: 14511580.

HSL color Cylindrical-coordinate representation of color #DC6DDD: hue angle of 299.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6DDD is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220109221-
CMYK0.000.5100.13
HSL299.46º62.22%64.71%-
HSV(B)299.46º50.68%86.67%-
XYZ48.0331.3771.93-
YUV154.96165.27174.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 109 (42.97% from 255) = 19.82%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=40%
G=19.82%
B=40.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201092210.000.5100.13299.4662.2264.71
HexDC6DDD0330D12b3e41
Octal33415533506301545376101
Binary110111001101101110111010110011011011001010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DDD; }

 p { color: rgb(220,109,221); }

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

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

 a { background-color: rgb(220,109,221); }

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

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

 span { border-color: rgb(220,109,221); }

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