#DC6FBC

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

Shades of Orchid #DC6FBC

Tints of Orchid #DC6FBC

Color information

#DC6FBC (or 0xDC6FBC) is unknown color: approx Orchid. HEX triplet: DC, 6F and BC. RGB value is (220,111,188). Sum of RGB (Red+Green+Blue) = 220+111+188=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FBC is #239043. Grayscale: #989898. Windows color (decimal): -2330692 or 12349404. OLE color: 12349404.

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

Color convert

RGB220111188-
CMYK00.500.150.14
HSL317.61º60.89%64.9%-
HSV(B)317.61º49.55%86.27%-
XYZ44.2830.2251.08-
YUV152.37148.11176.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 111 (43.75% from 255) = 21.39%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=42.39%
G=21.39%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011118800.500.150.14317.6160.8964.9
HexDC6FBC032FE13e3d41
Octal334157274062171647675101
Binary110111001101111101111000110010111111101001111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6FBC; }

 p { color: rgb(220,111,188); }

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

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

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

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

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

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

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