#DD67CD

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

Shades of Orchid #DD67CD

Tints of Orchid #DD67CD

Color information

#DD67CD (or 0xDD67CD) is unknown color: approx Orchid. HEX triplet: DD, 67 and CD. RGB value is (221,103,205). Sum of RGB (Red+Green+Blue) = 221+103+205=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67CD is #229832. Grayscale: #959595. Windows color (decimal): -2267187 or 13461469. OLE color: 13461469.

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

Color convert

RGB221103205-
CMYK00.530.070.13
HSL308.14º63.44%63.53%-
HSV(B)308.14º53.39%86.67%-
XYZ45.6929.4861.04-
YUV149.91159.09178.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 103 (40.62% from 255) = 19.47%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=41.78%
G=19.47%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110320500.530.070.13308.1463.4463.53
HexDD67CD0357D1343f40
Octal33514731506571546477100
Binary11011101110011111001101011010111111011001101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67CD; }

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

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

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

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

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

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

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

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