#DD68D0

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

Shades of Orchid #DD68D0

Tints of Orchid #DD68D0

Color information

#DD68D0 (or 0xDD68D0) is unknown color: approx Orchid. HEX triplet: DD, 68 and D0. RGB value is (221,104,208). Sum of RGB (Red+Green+Blue) = 221+104+208=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68D0 is #22972F. Grayscale: #969696. Windows color (decimal): -2266928 or 13658333. OLE color: 13658333.

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

Color convert

RGB221104208-
CMYK00.530.060.13
HSL306.67º63.24%63.73%-
HSV(B)306.67º52.94%86.67%-
XYZ46.1529.8363-
YUV150.84160.26178.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=41.46%
G=19.51%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110420800.530.060.13306.6763.2463.73
HexDD68D00356D1333f40
Octal33515032006561546377100
Binary11011101110100011010000011010111011011001100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD68D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD68D0; }

 p { color: rgb(221,104,208); }

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

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

 a { background-color: rgb(221,104,208); }

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

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

 span { border-color: rgb(221,104,208); }

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