#DF6CCC

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

Shades of Orchid #DF6CCC

Tints of Orchid #DF6CCC

Color information

#DF6CCC (or 0xDF6CCC) is unknown color: approx Orchid. HEX triplet: DF, 6C and CC. RGB value is (223,108,204). Sum of RGB (Red+Green+Blue) = 223+108+204=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CCC is #209333. Grayscale: #999999. Windows color (decimal): -2134836 or 13397215. OLE color: 13397215.

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

Color convert

RGB223108204-
CMYK00.520.090.13
HSL309.91º64.25%64.9%-
HSV(B)309.91º51.57%87.45%-
XYZ46.6930.7760.61-
YUV153.33156.6177.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 108 (42.58% from 255) = 20.19%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=41.68%
G=20.19%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310820400.520.090.13309.9164.2564.9
HexDF6CCC0349D1364041
Octal3371543140641115466100101
Binary1101111111011001100110001101001001110110011011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6CCC; }

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

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

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

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

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

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

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

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