#DC6DC1

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

Shades of Orchid #DC6DC1

Tints of Orchid #DC6DC1

Color information

#DC6DC1 (or 0xDC6DC1) is unknown color: approx Orchid. HEX triplet: DC, 6D and C1. RGB value is (220,109,193). Sum of RGB (Red+Green+Blue) = 220+109+193=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DC1 is #23923E. Grayscale: #979797. Windows color (decimal): -2331199 or 12676572. OLE color: 12676572.

HSL color Cylindrical-coordinate representation of color #DC6DC1: hue angle of 314.59º 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 #DC6DC1 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220109193-
CMYK00.500.120.14
HSL314.59º61.33%64.51%-
HSV(B)314.59º50.45%86.27%-
XYZ44.613053.89-
YUV151.77151.27176.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=42.15%
G=20.88%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010919300.500.120.14314.5961.3364.51
HexDC6DC1032CE13b3d41
Octal334155301062141647375101
Binary110111001101101110000010110010110011101001110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DC1; }

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

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

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

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

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

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

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

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