#DD68C9

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

Shades of Orchid #DD68C9

Tints of Orchid #DD68C9

Color information

#DD68C9 (or 0xDD68C9) is unknown color: approx Orchid. HEX triplet: DD, 68 and C9. RGB value is (221,104,201). Sum of RGB (Red+Green+Blue) = 221+104+201=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68C9 is #229736. Grayscale: #959595. Windows color (decimal): -2266935 or 13199581. OLE color: 13199581.

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

Color convert

RGB221104201-
CMYK00.530.090.13
HSL310.26º63.24%63.73%-
HSV(B)310.26º52.94%86.67%-
XYZ45.3129.4958.56-
YUV150.04156.76178.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 104 (41.02% from 255) = 19.77%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=42.02%
G=19.77%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110420100.530.090.13310.2663.2463.73
HexDD68C90359D1363f40
Octal335150311065111546677100
Binary110111011101000110010010110101100111011001101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD68C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD68C9; }

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

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

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

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

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

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

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

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