#DF7DCB

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

Shades of Orchid #DF7DCB

Tints of Orchid #DF7DCB

Color information

#DF7DCB (or 0xDF7DCB) is unknown color: approx Orchid. HEX triplet: DF, 7D and CB. RGB value is (223,125,203). Sum of RGB (Red+Green+Blue) = 223+125+203=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DCB is #208234. Grayscale: #A2A2A2. Windows color (decimal): -2130485 or 13336031. OLE color: 13336031.

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

Color convert

RGB223125203-
CMYK00.440.090.13
HSL312.24º60.49%68.24%-
HSV(B)312.24º43.95%87.45%-
XYZ48.5434.6760.63-
YUV163.19150.47170.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=40.47%
G=22.69%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312520300.440.090.13312.2460.4968.24
HexDF7DCB02C9D1383c44
Octal337175313054111547074104
Binary110111111111101110010110101100100111011001110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DCB; }

 p { color: rgb(223,125,203); }

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

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

 a { background-color: rgb(223,125,203); }

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

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

 span { border-color: rgb(223,125,203); }

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