#DF68D8

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

Shades of Orchid #DF68D8

Tints of Orchid #DF68D8

Color information

#DF68D8 (or 0xDF68D8) is unknown color: approx Orchid. HEX triplet: DF, 68 and D8. RGB value is (223,104,216). Sum of RGB (Red+Green+Blue) = 223+104+216=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D8 is #209727. Grayscale: #989898. Windows color (decimal): -2135848 or 14182623. OLE color: 14182623.

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

Color convert

RGB223104216-
CMYK00.530.030.13
HSL303.53º65.03%64.12%-
HSV(B)303.53º53.36%87.45%-
XYZ47.7830.5568.34-
YUV152.35163.92178.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 104 (41.02% from 255) = 19.15%
BLUE value IS 216 (84.77% from 255) = 39.78%
R=41.07%
G=19.15%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310421600.530.030.13303.5365.0364.12
HexDF68D80353D1304140
Octal337150330065315460101100
Binary11011111110100011011000011010111110110011000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF68D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF68D8; }

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

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

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

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

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

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

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

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