#DD67D1

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

Shades of Orchid #DD67D1

Tints of Orchid #DD67D1

Color information

#DD67D1 (or 0xDD67D1) is unknown color: approx Orchid. HEX triplet: DD, 67 and D1. RGB value is (221,103,209). Sum of RGB (Red+Green+Blue) = 221+103+209=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D1 is #22982E. Grayscale: #969696. Windows color (decimal): -2267183 or 13723613. OLE color: 13723613.

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

Color convert

RGB221103209-
CMYK00.530.050.13
HSL306.1º63.44%63.53%-
HSV(B)306.1º53.39%86.67%-
XYZ46.1829.6863.62-
YUV150.37161.09178.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 103 (40.62% from 255) = 19.32%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=41.46%
G=19.32%
B=39.21%

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
Decimal22110320900.530.050.13306.163.4463.53
HexDD67D10355D1323f40
Octal33514732106551546277100
Binary11011101110011111010001011010110111011001100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67D1; }

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

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

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

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

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

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

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

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