#DD6BBF

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

Shades of Orchid #DD6BBF

Tints of Orchid #DD6BBF

Color information

#DD6BBF (or 0xDD6BBF) is unknown color: approx Orchid. HEX triplet: DD, 6B and BF. RGB value is (221,107,191). Sum of RGB (Red+Green+Blue) = 221+107+191=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BBF is #229440. Grayscale: #969696. Windows color (decimal): -2266177 or 12544989. OLE color: 12544989.

HSL color Cylindrical-coordinate representation of color #DD6BBF: hue angle of 315.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BBF is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221107191-
CMYK00.520.140.13
HSL315.79º62.64%64.31%-
HSV(B)315.79º51.58%86.67%-
XYZ44.4829.6552.67-
YUV150.66150.77178.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 107 (42.19% from 255) = 20.62%
BLUE value IS 191 (75% from 255) = 36.80%
R=42.58%
G=20.62%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110719100.520.140.13315.7962.6464.31
HexDD6BBF034ED13c3f40
Octal335153277064161547477100
Binary110111011101011101111110110100111011011001111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BBF; }

 p { color: rgb(221,107,191); }

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

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

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

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

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

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

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