#DD67D0

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

Shades of Orchid #DD67D0

Tints of Orchid #DD67D0

Color information

#DD67D0 (or 0xDD67D0) is unknown color: approx Orchid. HEX triplet: DD, 67 and D0. RGB value is (221,103,208). Sum of RGB (Red+Green+Blue) = 221+103+208=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D0 is #22982F. Grayscale: #959595. Windows color (decimal): -2267184 or 13658077. OLE color: 13658077.

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

Color convert

RGB221103208-
CMYK00.530.060.13
HSL306.61º63.44%63.53%-
HSV(B)306.61º53.39%86.67%-
XYZ46.0529.6362.97-
YUV150.25160.59178.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 103 (40.62% from 255) = 19.36%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=41.54%
G=19.36%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110320800.530.060.13306.6163.4463.53
HexDD67D00356D1333f40
Octal33514732006561546377100
Binary11011101110011111010000011010111011011001100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67D0; }

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

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

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

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

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

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

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

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