#DF68BE

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

Shades of Orchid #DF68BE

Tints of Orchid #DF68BE

Color information

#DF68BE (or 0xDF68BE) is unknown color: approx Orchid. HEX triplet: DF, 68 and BE. RGB value is (223,104,190). Sum of RGB (Red+Green+Blue) = 223+104+190=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68BE is #209741. Grayscale: #959595. Windows color (decimal): -2135874 or 12478687. OLE color: 12478687.

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

Color convert

RGB223104190-
CMYK00.530.150.13
HSL316.64º65.03%64.12%-
HSV(B)316.64º53.36%87.45%-
XYZ44.6829.3152.02-
YUV149.38150.92180.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 104 (41.02% from 255) = 20.12%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=43.13%
G=20.12%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310419000.530.150.13316.6465.0364.12
HexDF68BE035FD13d4140
Octal3371502760651715475101100
Binary1101111111010001011111001101011111110110011110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF68BE; }

 p { color: rgb(223,104,190); }

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

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

 a { background-color: rgb(223,104,190); }

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

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

 span { border-color: rgb(223,104,190); }

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