#DF7CCB

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

Shades of Orchid #DF7CCB

Tints of Orchid #DF7CCB

Color information

#DF7CCB (or 0xDF7CCB) is unknown color: approx Orchid. HEX triplet: DF, 7C and CB. RGB value is (223,124,203). Sum of RGB (Red+Green+Blue) = 223+124+203=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CCB is #208334. Grayscale: #A2A2A2. Windows color (decimal): -2130741 or 13335775. OLE color: 13335775.

HSL color Cylindrical-coordinate representation of color #DF7CCB: hue angle of 312.12º degrees, saturation: 0.61, 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 #DF7CCB is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223124203-
CMYK00.440.090.13
HSL312.12º60.74%68.04%-
HSV(B)312.12º44.39%87.45%-
XYZ48.4234.4260.59-
YUV162.61150.8171.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 124 (48.83% from 255) = 22.55%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=40.55%
G=22.55%
B=36.91%

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
Decimal22312420300.440.090.13312.1260.7468.04
HexDF7CCB02C9D1383d44
Octal337174313054111547075104
Binary110111111111100110010110101100100111011001110001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CCB; }

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

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

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

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

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

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

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

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