#DD65DD

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

Shades of Orchid #DD65DD

Tints of Orchid #DD65DD

Color information

#DD65DD (or 0xDD65DD) is unknown color: approx Orchid. HEX triplet: DD, 65 and DD. RGB value is (221,101,221). Sum of RGB (Red+Green+Blue) = 221+101+221=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65DD is #229A22. Grayscale: #969696. Windows color (decimal): -2267683 or 14509533. OLE color: 14509533.

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

Color convert

RGB221101221-
CMYK00.5400.13
HSL300º63.83%63.14%-
HSV(B)300º54.3%86.67%-
XYZ47.5229.971.67-
YUV150.56167.76178.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 101 (39.84% from 255) = 18.60%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=40.70%
G=18.60%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110122100.5400.1330063.8363.14
HexDD65DD0360D12c403f
Octal33514533506601545410077
Binary110111011100101110111010110110011011001011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65DD; }

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

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

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

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

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

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

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

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