#DD65CF

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

Shades of Orchid #DD65CF

Tints of Orchid #DD65CF

Color information

#DD65CF (or 0xDD65CF) is unknown color: approx Orchid. HEX triplet: DD, 65 and CF. RGB value is (221,101,207). Sum of RGB (Red+Green+Blue) = 221+101+207=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65CF is #229A30. Grayscale: #949494. Windows color (decimal): -2267697 or 13592029. OLE color: 13592029.

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

Color convert

RGB221101207-
CMYK00.540.060.13
HSL307º63.83%63.14%-
HSV(B)307º54.3%86.67%-
XYZ45.7329.1862.25-
YUV148.96160.76179.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=41.78%
G=19.09%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110120700.540.060.1330763.8363.14
HexDD65CF0366D133403f
Octal33514531706661546310077
Binary11011101110010111001111011011011011011001100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65CF; }

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

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

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

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

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

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

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

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