#DF6CE6

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

Shades of Orchid #DF6CE6

Tints of Orchid #DF6CE6

Color information

#DF6CE6 (or 0xDF6CE6) is unknown color: approx Orchid. HEX triplet: DF, 6C and E6. RGB value is (223,108,230). Sum of RGB (Red+Green+Blue) = 223+108+230=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF6CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6CE6 is #209319. Grayscale: #9B9B9B. Windows color (decimal): -2134810 or 15101151. OLE color: 15101151.

HSL color Cylindrical-coordinate representation of color #DF6CE6: hue angle of 296.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6CE6 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223108230-
CMYK0.030.5300.10
HSL296.56º70.93%66.27%-
HSV(B)296.56º53.04%90.2%-
XYZ50.0832.1378.42-
YUV156.29169.6175.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 108 (42.58% from 255) = 19.25%
BLUE value IS 230 (90.23% from 255) = 41.00%
R=39.75%
G=19.25%
B=41.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231082300.030.5300.10296.5670.9366.27
HexDF6CE63350A1294742
Octal337154346365012451107102
Binary11011111110110011100110111101010101010010100110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6CE6; }

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

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

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

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

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

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

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

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