#dd7fdc

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

Shades of Orchid #DD7FDC

Tints of Orchid #DD7FDC

Color information

#DD7FDC (or 0xDD7FDC) is unknown color: approx Orchid. HEX triplet: DD, 7F and DC. RGB value is (221,127,220). Sum of RGB (Red+Green+Blue) = 221+127+220=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FDC is #228023. Grayscale: #A5A5A5. Windows color (decimal): -2261028 or 14450653. OLE color: 14450653.

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

Color convert

RGB221127220-
CMYK00.430.000.13
HSL300.64º58.02%68.24%-
HSV(B)300.64º42.53%86.67%-
XYZ50.3335.7271.95-
YUV165.71158.64167.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 127 (50% from 255) = 22.36%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=38.91%
G=22.36%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112722000.430.000.13300.6458.0268.24
HexDD7FDC02B0D12d3a44
Octal33517733405301545572104
Binary110111011111111110111000101011011011001011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7fdc; }

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

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

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

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

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

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

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

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