#DD65DC

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

Shades of Orchid #DD65DC

Tints of Orchid #DD65DC

Color information

#DD65DC (or 0xDD65DC) is unknown color: approx Orchid. HEX triplet: DD, 65 and DC. RGB value is (221,101,220). Sum of RGB (Red+Green+Blue) = 221+101+220=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65DC is #229A23. Grayscale: #969696. Windows color (decimal): -2267684 or 14443997. OLE color: 14443997.

HSL color Cylindrical-coordinate representation of color #DD65DC: hue angle of 300.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD65DC is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221101220-
CMYK00.540.000.13
HSL300.5º63.83%63.14%-
HSV(B)300.5º54.3%86.67%-
XYZ47.3929.8570.97-
YUV150.45167.26178.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 101 (39.84% from 255) = 18.63%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=40.77%
G=18.63%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110122000.540.000.13300.563.8363.14
HexDD65DC0360D12c403f
Octal33514533406601545410077
Binary110111011100101110111000110110011011001011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65DC; }

 p { color: rgb(221,101,220); }

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

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

 a { background-color: rgb(221,101,220); }

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

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

 span { border-color: rgb(221,101,220); }

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