#DD65DF

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

Shades of Orchid #DD65DF

Tints of Orchid #DD65DF

Color information

#DD65DF (or 0xDD65DF) is unknown color: approx Orchid. HEX triplet: DD, 65 and DF. RGB value is (221,101,223). Sum of RGB (Red+Green+Blue) = 221+101+223=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65DF is #229A20. Grayscale: #969696. Windows color (decimal): -2267681 or 14640605. OLE color: 14640605.

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

Color convert

RGB221101223-
CMYK0.010.5500.13
HSL299.02º65.59%63.53%-
HSV(B)299.02º54.71%87.45%-
XYZ47.7930.0173.09-
YUV150.79168.76178.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=40.55%
G=18.53%
B=40.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211012230.010.5500.13299.0265.5963.53
HexDD65DF1370D12b4240
Octal335145337167015453102100
Binary1101110111001011101111111101110110110010101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65DF; }

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

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

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

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

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

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

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

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