#DD67C9

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

Shades of Orchid #DD67C9

Tints of Orchid #DD67C9

Color information

#DD67C9 (or 0xDD67C9) is unknown color: approx Orchid. HEX triplet: DD, 67 and C9. RGB value is (221,103,201). Sum of RGB (Red+Green+Blue) = 221+103+201=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67C9 is #229836. Grayscale: #959595. Windows color (decimal): -2267191 or 13199325. OLE color: 13199325.

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

Color convert

RGB221103201-
CMYK00.530.090.13
HSL310.17º63.44%63.53%-
HSV(B)310.17º53.39%86.67%-
XYZ45.2129.2958.53-
YUV149.45157.09179.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 103 (40.62% from 255) = 19.62%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=42.10%
G=19.62%
B=38.29%

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
Decimal22110320100.530.090.13310.1763.4463.53
HexDD67C90359D1363f40
Octal335147311065111546677100
Binary110111011100111110010010110101100111011001101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67C9; }

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

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

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

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

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

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

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

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