#DD67D8

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

Shades of Orchid #DD67D8

Tints of Orchid #DD67D8

Color information

#DD67D8 (or 0xDD67D8) is unknown color: approx Orchid. HEX triplet: DD, 67 and D8. RGB value is (221,103,216). Sum of RGB (Red+Green+Blue) = 221+103+216=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D8 is #229827. Grayscale: #969696. Windows color (decimal): -2267176 or 14182365. OLE color: 14182365.

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

Color convert

RGB221103216-
CMYK00.530.020.13
HSL302.54º63.44%63.53%-
HSV(B)302.54º53.39%86.67%-
XYZ47.0630.0368.28-
YUV151.16164.59177.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 103 (40.62% from 255) = 19.07%
BLUE value IS 216 (84.77% from 255) = 40%
R=40.93%
G=19.07%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110321600.530.020.13302.5463.4463.53
HexDD67D80352D12f3f40
Octal33514733006521545777100
Binary1101110111001111101100001101011011011001011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67D8; }

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

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

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

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

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

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

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

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