#DC6FDD

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

Shades of Orchid #DC6FDD

Tints of Orchid #DC6FDD

Color information

#DC6FDD (or 0xDC6FDD) is unknown color: approx Orchid. HEX triplet: DC, 6F and DD. RGB value is (220,111,221). Sum of RGB (Red+Green+Blue) = 220+111+221=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FDD is #239022. Grayscale: #9B9B9B. Windows color (decimal): -2330659 or 14512092. OLE color: 14512092.

HSL color Cylindrical-coordinate representation of color #DC6FDD: hue angle of 299.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FDD is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220111221-
CMYK0.000.5000.13
HSL299.45º61.8%65.1%-
HSV(B)299.45º49.77%86.67%-
XYZ48.2531.872-
YUV156.13164.61173.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 111 (43.75% from 255) = 20.11%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=39.86%
G=20.11%
B=40.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201112210.000.5000.13299.4561.865.1
HexDC6FDD0320D12b3e41
Octal33415733506201545376101
Binary110111001101111110111010110010011011001010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6FDD; }

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

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

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

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

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

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

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

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