#DD7FD6

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

Shades of Orchid #DD7FD6

Tints of Orchid #DD7FD6

Color information

#DD7FD6 (or 0xDD7FD6) is unknown color: approx Orchid. HEX triplet: DD, 7F and D6. RGB value is (221,127,214). Sum of RGB (Red+Green+Blue) = 221+127+214=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FD6 is #228029. Grayscale: #A4A4A4. Windows color (decimal): -2261034 or 14057437. OLE color: 14057437.

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

Color convert

RGB221127214-
CMYK00.430.030.13
HSL304.47º58.02%68.24%-
HSV(B)304.47º42.53%86.67%-
XYZ49.5535.4167.84-
YUV165.02155.64167.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=39.32%
G=22.60%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112721400.430.030.13304.4758.0268.24
HexDD7FD602B3D1303a44
Octal33517732605331546072104
Binary1101110111111111101011001010111111011001100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FD6; }

 p { color: rgb(221,127,214); }

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

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

 a { background-color: rgb(221,127,214); }

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

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

 span { border-color: rgb(221,127,214); }

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