#DC6FC6

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

Shades of Orchid #DC6FC6

Tints of Orchid #DC6FC6

Color information

#DC6FC6 (or 0xDC6FC6) is unknown color: approx Orchid. HEX triplet: DC, 6F and C6. RGB value is (220,111,198). Sum of RGB (Red+Green+Blue) = 220+111+198=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FC6 is #239039. Grayscale: #999999. Windows color (decimal): -2330682 or 13004764. OLE color: 13004764.

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

Color convert

RGB220111198-
CMYK00.500.10.14
HSL312.11º60.89%64.9%-
HSV(B)312.11º49.55%86.27%-
XYZ45.3930.6656.95-
YUV153.51153.11175.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=41.59%
G=20.98%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011119800.500.10.14312.1160.8964.9
HexDC6FC6032AE1383d41
Octal334157306062121647075101
Binary110111001101111110001100110010101011101001110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6FC6; }

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

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

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

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

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

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

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

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