#DD7BCF

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

Shades of Orchid #DD7BCF

Tints of Orchid #DD7BCF

Color information

#DD7BCF (or 0xDD7BCF) is unknown color: approx Orchid. HEX triplet: DD, 7B and CF. RGB value is (221,123,207). Sum of RGB (Red+Green+Blue) = 221+123+207=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BCF is #228430. Grayscale: #A1A1A1. Windows color (decimal): -2262065 or 13597661. OLE color: 13597661.

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

Color convert

RGB221123207-
CMYK00.440.060.13
HSL308.57º59.04%67.45%-
HSV(B)308.57º44.34%86.67%-
XYZ48.1634.0463.06-
YUV161.88153.47170.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 123 (48.44% from 255) = 22.32%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=40.11%
G=22.32%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112320700.440.060.13308.5759.0467.45
HexDD7BCF02C6D1353b43
Octal33517331705461546573103
Binary11011101111101111001111010110011011011001101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BCF; }

 p { color: rgb(221,123,207); }

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

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

 a { background-color: rgb(221,123,207); }

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

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

 span { border-color: rgb(221,123,207); }

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