#DC6DC6

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

Shades of Orchid #DC6DC6

Tints of Orchid #DC6DC6

Color information

#DC6DC6 (or 0xDC6DC6) is unknown color: approx Orchid. HEX triplet: DC, 6D and C6. RGB value is (220,109,198). Sum of RGB (Red+Green+Blue) = 220+109+198=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DC6 is #239239. Grayscale: #989898. Windows color (decimal): -2331194 or 13004252. OLE color: 13004252.

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

Color convert

RGB220109198-
CMYK00.500.10.14
HSL311.89º61.33%64.51%-
HSV(B)311.89º50.45%86.27%-
XYZ45.1830.2356.88-
YUV152.34153.77176.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 109 (42.97% from 255) = 20.68%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=41.75%
G=20.68%
B=37.57%

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
Decimal22010919800.500.10.14311.8961.3364.51
HexDC6DC6032AE1383d41
Octal334155306062121647075101
Binary110111001101101110001100110010101011101001110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DC6; }

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

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

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

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

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

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

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

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