#DC6DBF

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

Shades of Orchid #DC6DBF

Tints of Orchid #DC6DBF

Color information

#DC6DBF (or 0xDC6DBF) is unknown color: approx Orchid. HEX triplet: DC, 6D and BF. RGB value is (220,109,191). Sum of RGB (Red+Green+Blue) = 220+109+191=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DBF is #239240. Grayscale: #979797. Windows color (decimal): -2331201 or 12545500. OLE color: 12545500.

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

Color convert

RGB220109191-
CMYK00.500.130.14
HSL315.68º61.33%64.51%-
HSV(B)315.68º50.45%86.27%-
XYZ44.3929.9152.72-
YUV151.54150.27176.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 109 (42.97% from 255) = 20.96%
BLUE value IS 191 (75% from 255) = 36.73%
R=42.31%
G=20.96%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010919100.500.130.14315.6861.3364.51
HexDC6DBF032DE13c3d41
Octal334155277062151647475101
Binary110111001101101101111110110010110111101001111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DBF; }

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

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

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

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

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

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

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

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