#DF6CE9

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

Shades of Orchid #DF6CE9

Tints of Orchid #DF6CE9

Color information

#DF6CE9 (or 0xDF6CE9) is unknown color: approx Orchid. HEX triplet: DF, 6C and E9. RGB value is (223,108,233). Sum of RGB (Red+Green+Blue) = 223+108+233=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF6CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6CE9 is #209316. Grayscale: #9C9C9C. Windows color (decimal): -2134807 or 15297759. OLE color: 15297759.

HSL color Cylindrical-coordinate representation of color #DF6CE9: hue angle of 295.2º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6CE9 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223108233-
CMYK0.040.5400.09
HSL295.2º73.96%66.86%-
HSV(B)295.2º53.65%91.37%-
XYZ50.532.380.66-
YUV156.64171.1175.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 108 (42.58% from 255) = 19.15%
BLUE value IS 233 (91.41% from 255) = 41.31%
R=39.54%
G=19.15%
B=41.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231082330.040.5400.09295.273.9666.86
HexDF6CE9436091274a43
Octal337154351466011447112103
Binary110111111101100111010011001101100100110010011110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6CE9; }

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

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

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

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

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

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

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

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