#dc6ddc

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

Shades of Orchid #DC6DDC

Tints of Orchid #DC6DDC

Color information

#DC6DDC (or 0xDC6DDC) is unknown color: approx Orchid. HEX triplet: DC, 6D and DC. RGB value is (220,109,220). Sum of RGB (Red+Green+Blue) = 220+109+220=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DDC is #239223. Grayscale: #9A9A9A. Windows color (decimal): -2331172 or 14446044. OLE color: 14446044.

HSL color Cylindrical-coordinate representation of color #DC6DDC: hue angle of 300º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DDC is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB220109220-
CMYK00.5000.14
HSL300º61.33%64.51%-
HSV(B)300º50.45%86.27%-
XYZ47.931.3271.23-
YUV154.84164.77174.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 109 (42.97% from 255) = 19.85%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=40.07%
G=19.85%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010922000.5000.1430061.3364.51
HexDC6DDC0320E12c3d41
Octal33415533406201645475101
Binary110111001101101110111000110010011101001011001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc6ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc6ddc; }

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

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

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

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

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

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

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

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