#DD6ABF

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

Shades of Orchid #DD6ABF

Tints of Orchid #DD6ABF

Color information

#DD6ABF (or 0xDD6ABF) is unknown color: approx Orchid. HEX triplet: DD, 6A and BF. RGB value is (221,106,191). Sum of RGB (Red+Green+Blue) = 221+106+191=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ABF is #229540. Grayscale: #959595. Windows color (decimal): -2266433 or 12544733. OLE color: 12544733.

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

Color convert

RGB221106191-
CMYK00.520.140.13
HSL315.65º62.84%64.12%-
HSV(B)315.65º52.04%86.67%-
XYZ44.3829.4452.63-
YUV150.07151.1178.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 106 (41.80% from 255) = 20.46%
BLUE value IS 191 (75% from 255) = 36.87%
R=42.66%
G=20.46%
B=36.87%

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
Decimal22110619100.520.140.13315.6562.8464.12
HexDD6ABF034ED13c3f40
Octal335152277064161547477100
Binary110111011101010101111110110100111011011001111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6ABF; }

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

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

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

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

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

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

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

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