#df7fd7

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

Shades of Orchid #DF7FD7

Tints of Orchid #DF7FD7

Color information

#DF7FD7 (or 0xDF7FD7) is unknown color: approx Orchid. HEX triplet: DF, 7F and D7. RGB value is (223,127,215). Sum of RGB (Red+Green+Blue) = 223+127+215=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FD7 is #208028. Grayscale: #A5A5A5. Windows color (decimal): -2129961 or 14122975. OLE color: 14122975.

HSL color Cylindrical-coordinate representation of color #DF7FD7: hue angle of 305º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FD7 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223127215-
CMYK00.430.040.13
HSL305º60%68.63%-
HSV(B)305º43.05%87.45%-
XYZ50.2935.7768.54-
YUV165.74155.8168.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 127 (50% from 255) = 22.48%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=39.47%
G=22.48%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312721500.430.040.133056068.63
HexDF7FD702B4D1313c45
Octal33717732705341546174105
Binary11011111111111111010111010101110011011001100011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7fd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7fd7; }

 p { color: rgb(223,127,215); }

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

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

 a { background-color: rgb(223,127,215); }

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

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

 span { border-color: rgb(223,127,215); }

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