#DD67D4

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

Shades of Orchid #DD67D4

Tints of Orchid #DD67D4

Color information

#DD67D4 (or 0xDD67D4) is unknown color: approx Orchid. HEX triplet: DD, 67 and D4. RGB value is (221,103,212). Sum of RGB (Red+Green+Blue) = 221+103+212=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D4 is #22982B. Grayscale: #969696. Windows color (decimal): -2267180 or 13920221. OLE color: 13920221.

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

Color convert

RGB221103212-
CMYK00.530.040.13
HSL304.58º63.44%63.53%-
HSV(B)304.58º53.39%86.67%-
XYZ46.5529.8365.59-
YUV150.71162.59178.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 103 (40.62% from 255) = 19.22%
BLUE value IS 212 (83.20% from 255) = 39.55%
R=41.23%
G=19.22%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110321200.530.040.13304.5863.4463.53
HexDD67D40354D1313f40
Octal33514732406541546177100
Binary11011101110011111010100011010110011011001100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67D4; }

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

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

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

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

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

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

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

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