#DF68D4

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

Shades of Orchid #DF68D4

Tints of Orchid #DF68D4

Color information

#DF68D4 (or 0xDF68D4) is unknown color: approx Orchid. HEX triplet: DF, 68 and D4. RGB value is (223,104,212). Sum of RGB (Red+Green+Blue) = 223+104+212=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D4 is #20972B. Grayscale: #979797. Windows color (decimal): -2135852 or 13920479. OLE color: 13920479.

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

Color convert

RGB223104212-
CMYK00.530.050.13
HSL305.55º65.03%64.12%-
HSV(B)305.55º53.36%87.45%-
XYZ47.2730.3465.65-
YUV151.89161.92178.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 104 (41.02% from 255) = 19.29%
BLUE value IS 212 (83.20% from 255) = 39.33%
R=41.37%
G=19.29%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310421200.530.050.13305.5565.0364.12
HexDF68D40355D1324140
Octal337150324065515462101100
Binary110111111101000110101000110101101110110011001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF68D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF68D4; }

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

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

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

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

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

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

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

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