#DD69C2

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

Shades of Orchid #DD69C2

Tints of Orchid #DD69C2

Color information

#DD69C2 (or 0xDD69C2) is unknown color: approx Orchid. HEX triplet: DD, 69 and C2. RGB value is (221,105,194). Sum of RGB (Red+Green+Blue) = 221+105+194=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69C2 is #22963D. Grayscale: #959595. Windows color (decimal): -2266686 or 12741085. OLE color: 12741085.

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

Color convert

RGB221105194-
CMYK00.520.120.13
HSL313.97º63.04%63.92%-
HSV(B)313.97º52.49%86.67%-
XYZ44.6129.3754.36-
YUV149.83152.93178.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 105 (41.41% from 255) = 20.19%
BLUE value IS 194 (76.17% from 255) = 37.31%
R=42.5%
G=20.19%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110519400.520.120.13313.9763.0463.92
HexDD69C2034CD13a3f40
Octal335151302064141547277100
Binary110111011101001110000100110100110011011001110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69C2; }

 p { color: rgb(221,105,194); }

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

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

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

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

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

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

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