#DF7BD4

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

Shades of Orchid #DF7BD4

Tints of Orchid #DF7BD4

Color information

#DF7BD4 (or 0xDF7BD4) is unknown color: approx Orchid. HEX triplet: DF, 7B and D4. RGB value is (223,123,212). Sum of RGB (Red+Green+Blue) = 223+123+212=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BD4 is #20842B. Grayscale: #A2A2A2. Windows color (decimal): -2130988 or 13925343. OLE color: 13925343.

HSL color Cylindrical-coordinate representation of color #DF7BD4: hue angle of 306.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7BD4 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB223123212-
CMYK00.450.050.13
HSL306.6º60.98%67.84%-
HSV(B)306.6º44.84%87.45%-
XYZ49.434.6166.36-
YUV163.05155.63170.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 123 (48.44% from 255) = 22.04%
BLUE value IS 212 (83.20% from 255) = 37.99%
R=39.96%
G=22.04%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312321200.450.050.13306.660.9867.84
HexDF7BD402D5D1333d44
Octal33717332405551546375104
Binary11011111111101111010100010110110111011001100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7BD4; }

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

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

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

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

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

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

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

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