#DD7FDD

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

Shades of Orchid #DD7FDD

Tints of Orchid #DD7FDD

Color information

#DD7FDD (or 0xDD7FDD) is unknown color: approx Orchid. HEX triplet: DD, 7F and DD. RGB value is (221,127,221). Sum of RGB (Red+Green+Blue) = 221+127+221=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FDD is #228022. Grayscale: #A5A5A5. Windows color (decimal): -2261027 or 14516189. OLE color: 14516189.

HSL color Cylindrical-coordinate representation of color #DD7FDD: hue angle of 300º 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 #DD7FDD is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221127221-
CMYK00.4300.13
HSL300º58.02%68.24%-
HSV(B)300º42.53%86.67%-
XYZ50.4635.7772.65-
YUV165.82159.14167.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 127 (50% from 255) = 22.32%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=38.84%
G=22.32%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112722100.4300.1330058.0268.24
HexDD7FDD02B0D12c3a44
Octal33517733505301545472104
Binary110111011111111110111010101011011011001011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FDD; }

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

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

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

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

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

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

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

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