#DF6CD6

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

Shades of Orchid #DF6CD6

Tints of Orchid #DF6CD6

Color information

#DF6CD6 (or 0xDF6CD6) is unknown color: approx Orchid. HEX triplet: DF, 6C and D6. RGB value is (223,108,214). Sum of RGB (Red+Green+Blue) = 223+108+214=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CD6 is #209329. Grayscale: #9A9A9A. Windows color (decimal): -2134826 or 14052575. OLE color: 14052575.

HSL color Cylindrical-coordinate representation of color #DF6CD6: hue angle of 304.7º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6CD6 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223108214-
CMYK00.520.040.13
HSL304.7º64.25%64.9%-
HSV(B)304.7º51.57%87.45%-
XYZ47.9331.2767.13-
YUV154.47161.6176.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 108 (42.58% from 255) = 19.82%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=40.92%
G=19.82%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310821400.520.040.13304.764.2564.9
HexDF6CD60344D1314041
Octal337154326064415461100101
Binary110111111101100110101100110100100110110011000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6CD6; }

 p { color: rgb(223,108,214); }

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

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

 a { background-color: rgb(223,108,214); }

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

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

 span { border-color: rgb(223,108,214); }

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