#dd65d7

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

Shades of Orchid #DD65D7

Tints of Orchid #DD65D7

Color information

#DD65D7 (or 0xDD65D7) is unknown color: approx Orchid. HEX triplet: DD, 65 and D7. RGB value is (221,101,215). Sum of RGB (Red+Green+Blue) = 221+101+215=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65D7 is #229A28. Grayscale: #959595. Windows color (decimal): -2267689 or 14116317. OLE color: 14116317.

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

Color convert

RGB221101215-
CMYK00.540.030.13
HSL303º63.83%63.14%-
HSV(B)303º54.3%86.67%-
XYZ46.7429.5967.54-
YUV149.88164.76178.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 101 (39.84% from 255) = 18.81%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=41.15%
G=18.81%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110121500.540.030.1330363.8363.14
HexDD65D70363D12f403f
Octal33514532706631545710077
Binary1101110111001011101011101101101111011001011111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd65d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd65d7; }

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

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

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

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

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

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

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

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