#DD66C0

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

Shades of Orchid #DD66C0

Tints of Orchid #DD66C0

Color information

#DD66C0 (or 0xDD66C0) is unknown color: approx Orchid. HEX triplet: DD, 66 and C0. RGB value is (221,102,192). Sum of RGB (Red+Green+Blue) = 221+102+192=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66C0 is #22993F. Grayscale: #939393. Windows color (decimal): -2267456 or 12609245. OLE color: 12609245.

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

Color convert

RGB221102192-
CMYK00.540.130.13
HSL314.62º63.64%63.33%-
HSV(B)314.62º53.85%86.67%-
XYZ44.0828.6853.08-
YUV147.84152.92180.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 102 (40.23% from 255) = 19.81%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=42.91%
G=19.81%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110219200.540.130.13314.6263.6463.33
HexDD66C0036DD13b403f
Octal335146300066151547310077
Binary110111011100110110000000110110110111011001110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66C0; }

 p { color: rgb(221,102,192); }

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

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

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

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

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

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

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