#DD68D3

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

Shades of Orchid #DD68D3

Tints of Orchid #DD68D3

Color information

#DD68D3 (or 0xDD68D3) is unknown color: approx Orchid. HEX triplet: DD, 68 and D3. RGB value is (221,104,211). Sum of RGB (Red+Green+Blue) = 221+104+211=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68D3 is #22972C. Grayscale: #969696. Windows color (decimal): -2266925 or 13854941. OLE color: 13854941.

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

Color convert

RGB221104211-
CMYK00.530.050.13
HSL305.13º63.24%63.73%-
HSV(B)305.13º52.94%86.67%-
XYZ46.5329.9864.96-
YUV151.18161.76177.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 104 (41.02% from 255) = 19.40%
BLUE value IS 211 (82.81% from 255) = 39.37%
R=41.23%
G=19.40%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110421100.530.050.13305.1363.2463.73
HexDD68D30355D1313f40
Octal33515032306551546177100
Binary11011101110100011010011011010110111011001100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD68D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD68D3; }

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

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

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

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

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

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

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

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