#DD7CD8

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

Shades of Orchid #DD7CD8

Tints of Orchid #DD7CD8

Color information

#DD7CD8 (or 0xDD7CD8) is unknown color: approx Orchid. HEX triplet: DD, 7C and D8. RGB value is (221,124,216). Sum of RGB (Red+Green+Blue) = 221+124+216=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CD8 is #228327. Grayscale: #A3A3A3. Windows color (decimal): -2261800 or 14187741. OLE color: 14187741.

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

Color convert

RGB221124216-
CMYK00.440.020.13
HSL303.09º58.79%67.65%-
HSV(B)303.09º43.89%86.67%-
XYZ49.4234.7569.07-
YUV163.49157.64169.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 124 (48.83% from 255) = 22.10%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=39.39%
G=22.10%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112421600.440.020.13303.0958.7967.65
HexDD7CD802C2D12f3b44
Octal33517433005421545773104
Binary1101110111111001101100001011001011011001011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CD8; }

 p { color: rgb(221,124,216); }

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

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

 a { background-color: rgb(221,124,216); }

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

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

 span { border-color: rgb(221,124,216); }

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