#DC6FD6

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

Shades of Orchid #DC6FD6

Tints of Orchid #DC6FD6

Color information

#DC6FD6 (or 0xDC6FD6) is unknown color: approx Orchid. HEX triplet: DC, 6F and D6. RGB value is (220,111,214). Sum of RGB (Red+Green+Blue) = 220+111+214=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FD6 is #239029. Grayscale: #9B9B9B. Windows color (decimal): -2330666 or 14053340. OLE color: 14053340.

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

Color convert

RGB220111214-
CMYK00.500.030.14
HSL303.3º60.89%64.9%-
HSV(B)303.3º49.55%86.27%-
XYZ47.3431.4467.19-
YUV155.33161.11174.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=40.37%
G=20.37%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011121400.500.030.14303.360.8964.9
HexDC6FD60323E12f3d41
Octal33415732606231645775101
Binary1101110011011111101011001100101111101001011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6FD6; }

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

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

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

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

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

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

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

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