#DC6BC1

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

Shades of Orchid #DC6BC1

Tints of Orchid #DC6BC1

Color information

#DC6BC1 (or 0xDC6BC1) is unknown color: approx Orchid. HEX triplet: DC, 6B and C1. RGB value is (220,107,193). Sum of RGB (Red+Green+Blue) = 220+107+193=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BC1 is #23943E. Grayscale: #969696. Windows color (decimal): -2331711 or 12676060. OLE color: 12676060.

HSL color Cylindrical-coordinate representation of color #DC6BC1: hue angle of 314.34º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BC1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220107193-
CMYK00.510.120.14
HSL314.34º61.75%64.12%-
HSV(B)314.34º51.36%86.27%-
XYZ44.429.5853.82-
YUV150.59151.94177.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=42.31%
G=20.58%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010719300.510.120.14314.3461.7564.12
HexDC6BC1033CE13a3e40
Octal334153301063141647276100
Binary110111001101011110000010110011110011101001110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6BC1; }

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

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

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

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

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

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

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

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